Commit d23e5a70 authored by fenglei.tian's avatar fenglei.tian

enable abs test for gpu

parent d68008ea
......@@ -233,7 +233,6 @@ TEST(${BACKEND_NAME}, multiple_result)
TEST(${BACKEND_NAME}, abs)
{
SKIP_TEST_FOR("GPU", "${BACKEND_NAME}");
Shape shape{2, 2};
auto A = make_shared<op::Parameter>(element::f32, shape);
auto f = make_shared<Function>(make_shared<op::Abs>(A), op::Parameters{A});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment