Skip to content

Commit

Permalink
disabled tests for GPU
Browse files Browse the repository at this point in the history
  • Loading branch information
jakpiase committed Mar 18, 2022
1 parent 5c9c5a1 commit 93bb52e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ def ref_softplus(x, beta, threshold):
return out


@OpTestTool.skip_if(not (isinstance(_current_expected_place(), core.CPUPlace)),
"GPU is not supported")
@OpTestTool.skip_if_not_cpu_bf16()
class TestSoftplusOneDNNOp(OpTest):
def setUp(self):
self.op_type = "softplus"
Expand Down

0 comments on commit 93bb52e

Please sign in to comment.