Skip to content

Commit dea537b

Browse files
a-sidorovaazhai219
authored andcommitted
[RV64] Added OMP support
1 parent a71823d commit dea537b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cpu/rv64/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ if(NOT DNNL_RISCV_USE_RVV_INTRINSICS)
3232
endif()
3333
endif()
3434

35-
if(NOT DNNL_CPU_RUNTIME STREQUAL "SEQ")
36-
message(FATAL_ERROR "Only sequential runtime is now supported for a RISC-V CPU")
35+
if(NOT (DNNL_CPU_RUNTIME STREQUAL "SEQ" OR DNNL_CPU_RUNTIME STREQUAL "OMP"))
36+
message(FATAL_ERROR "Only sequential runtime and OpenMP runtime are now supported for a RISC-V CPU")
3737
endif()
3838

3939
# Build sources into an object library

0 commit comments

Comments
 (0)