Unverified Commit c8620b11 authored by Robert Kimball's avatar Robert Kimball Committed by GitHub

enable Intel gpu unit tests again (#1818)

parent 97e3559f
...@@ -76,9 +76,9 @@ if(NGRAPH_GPU_ENABLE) ...@@ -76,9 +76,9 @@ if(NGRAPH_GPU_ENABLE)
set(ACTIVE_BACKEND_LIST ${ACTIVE_BACKEND_LIST} GPU) set(ACTIVE_BACKEND_LIST ${ACTIVE_BACKEND_LIST} GPU)
endif() endif()
# if (NGRAPH_INTELGPU_ENABLE) if (NGRAPH_INTELGPU_ENABLE)
# set(ACTIVE_BACKEND_LIST ${ACTIVE_BACKEND_LIST} INTELGPU) set(ACTIVE_BACKEND_LIST ${ACTIVE_BACKEND_LIST} INTELGPU)
# endif() endif()
add_subdirectory(models) add_subdirectory(models)
add_subdirectory(files) add_subdirectory(files)
......
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