We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71823d commit dea537bCopy full SHA for dea537b
src/cpu/rv64/CMakeLists.txt
@@ -32,8 +32,8 @@ if(NOT DNNL_RISCV_USE_RVV_INTRINSICS)
32
endif()
33
34
35
-if(NOT DNNL_CPU_RUNTIME STREQUAL "SEQ")
36
- message(FATAL_ERROR "Only sequential runtime is now supported for a RISC-V CPU")
+if(NOT (DNNL_CPU_RUNTIME STREQUAL "SEQ" OR DNNL_CPU_RUNTIME STREQUAL "OMP"))
+ message(FATAL_ERROR "Only sequential runtime and OpenMP runtime are now supported for a RISC-V CPU")
37
38
39
# Build sources into an object library
0 commit comments