We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9e66f commit 09e8321Copy full SHA for 09e8321
test/mlir/unittests/ExecutionEngine/CMakeLists.txt
@@ -1,7 +1,10 @@
1
add_mlir_unittest(GCExecutionEngineTests
2
JitWrapper.cpp
3
)
4
+# todo: remove once we have a gpu runtime library
5
+get_property(gc_passes_libs GLOBAL PROPERTY GC_PASS_LIBS)
6
target_link_libraries(GCExecutionEngineTests
7
PRIVATE
8
GcJitWrapper
- GcCpuRuntime)
9
+ GcCpuRuntime
10
+ ${gc_passes_libs})
0 commit comments