Skip to content
Snippets Groups Projects
Unverified Commit 82df5c79 authored by Pekka Jääskeläinen's avatar Pekka Jääskeläinen Committed by GitHub
Browse files

Merge pull request #1605 from linehill/enable-dbk-matmul-test

Enable test_dbk_matmul test case
parents 2827bc73 d37c3ed3
No related branches found
No related tags found
No related merge requests found
...@@ -173,6 +173,9 @@ endif() ...@@ -173,6 +173,9 @@ endif()
if(OPENCL_HEADER_VERSION GREATER 299) if(OPENCL_HEADER_VERSION GREATER 299)
add_test(NAME "runtime/test_queue_creation_with_hints" COMMAND "test_queue_creation_with_hints") add_test(NAME "runtime/test_queue_creation_with_hints" COMMAND "test_queue_creation_with_hints")
set(OCL_30_TESTS "runtime/test_queue_creation_with_hints") set(OCL_30_TESTS "runtime/test_queue_creation_with_hints")
add_test(NAME "runtime/test_dbk_matmul" COMMAND test_dbk_matmul)
set(OCL_30_TESTS "runtime/test_dbk_matmul")
endif() endif()
set_tests_properties( "runtime/clGetDeviceInfo" "runtime/clEnqueueNativeKernel" set_tests_properties( "runtime/clGetDeviceInfo" "runtime/clEnqueueNativeKernel"
...@@ -215,6 +218,7 @@ set_tests_properties( ...@@ -215,6 +218,7 @@ set_tests_properties(
"runtime/test_device_address" "runtime/test_device_address"
"runtime/test_svm" "runtime/test_svm"
"runtime/test_large_buf" "runtime/test_large_buf"
"runtime/test_dbk_matmul"
PROPERTIES SKIP_RETURN_CODE 77) PROPERTIES SKIP_RETURN_CODE 77)
if(ENABLE_REMOTE_CLIENT AND ENABLE_REMOTE_SERVER AND ENABLE_HOST_CPU_DEVICES) if(ENABLE_REMOTE_CLIENT AND ENABLE_REMOTE_SERVER AND ENABLE_HOST_CPU_DEVICES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment