diff options
author | Pan Xiuli <xiuli.pan@intel.com> | 2016-09-27 13:11:08 +0800 |
---|---|---|
committer | Yang Rong <rong.r.yang@intel.com> | 2016-09-28 16:05:19 +0800 |
commit | 173b220ccf040b84d48b049c6da8777286b34784 (patch) | |
tree | f9866867d1db83e367c85786e8b48c42e9136332 | |
parent | aacbb6f2a7f54ecfb73cf9a2f0a70d6407cfce5e (diff) |
Utest: Remove load spir test
SPIR now is not stable, remove it now.
Signed-off-by: Pan Xiuli <xiuli.pan@intel.com>
Reviewed-by: Ruiling Song <ruiling.song@intel.com>
-rw-r--r-- | utests/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utests/CMakeLists.txt b/utests/CMakeLists.txt index c780f120..f94256c6 100644 --- a/utests/CMakeLists.txt +++ b/utests/CMakeLists.txt @@ -258,7 +258,6 @@ set (utests_sources compiler_double_div.cpp compiler_double_convert.cpp load_program_from_gen_bin.cpp - load_program_from_spir.cpp get_arg_info.cpp profiling_exec.cpp enqueue_copy_buf.cpp |