mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-11 17:00:18 +00:00
fixed build issue
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
if(DEVICE_BACKEND STREQUAL "HIP")
|
||||
set(DRIVER_SOURCE driver.hip.cpp)
|
||||
set(DRIVER_SOURCE driver.cpp)
|
||||
elseif(DEVICE_BACKEND STREQUAL "CUDA")
|
||||
set(DRIVER_SOURCE driver.cu)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user