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 fbd14e1 commit 48a03acCopy full SHA for 48a03ac
test/conformance/adapters/hip/CMakeLists.txt
@@ -12,7 +12,7 @@ add_conformance_test_with_devices_environment(adapter-hip
12
test_context.cpp
13
)
14
target_link_libraries(test-adapter-hip PRIVATE rocmdrv)
15
-target_include_directories(test-adapter-hip PRIVATE ${HIP_DIR} "${HIP_DIR}/../../..")
+target_include_directories(test-adapter-hip PRIVATE ${HIP_DIR} "${HIP_DIR}/../../")
16
17
if(UR_HIP_PLATFORM STREQUAL "AMD")
18
target_compile_definitions(test-adapter-hip PRIVATE __HIP_PLATFORM_AMD__)
0 commit comments