Skip to content

Commit

Permalink
Moved cts device group creation into cts directory.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Woloszyn <andrew.woloszyn@gmail.com>
  • Loading branch information
AWoloszyn committed Oct 17, 2024
1 parent b859370 commit 7eda345
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions runtime/src/iree/hal/drivers/hip/cts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ iree_hal_cts_test_suite(
DRIVER_REGISTRATION_FN
"iree_hal_hip_driver_module_register"
DEVICE_CREATION_HDR
"runtime/src/iree/hal/drivers/hip/registration/device_group_creation.h"
"runtime/src/iree/hal/drivers/hip/cts/device_group_creation.h"
DEFAULT_DEVICE_CREATION_FN
"iree_hal_drivers_hip_cts_default_device_group_device_create"
COMPILER_TARGET_BACKEND
Expand Down Expand Up @@ -109,7 +109,7 @@ iree_hal_cts_test_suite(
DRIVER_REGISTRATION_FN
"iree_hal_hip_driver_module_register"
DEVICE_CREATION_HDR
"runtime/src/iree/hal/drivers/hip/registration/device_group_creation.h"
"runtime/src/iree/hal/drivers/hip/cts/device_group_creation.h"
DEFAULT_DEVICE_CREATION_FN
"iree_hal_drivers_hip_cts_default_device_group_device_create"
COMPILER_TARGET_BACKEND
Expand Down Expand Up @@ -139,7 +139,7 @@ iree_hal_cts_test_suite(
DRIVER_REGISTRATION_FN
"iree_hal_hip_driver_module_register"
DEVICE_CREATION_HDR
"runtime/src/iree/hal/drivers/hip/registration/device_group_creation.h"
"runtime/src/iree/hal/drivers/hip/cts/device_group_creation.h"
DEFAULT_DEVICE_CREATION_FN
"iree_hal_drivers_hip_cts_default_device_group_device_create"
COMPILER_TARGET_BACKEND
Expand Down Expand Up @@ -173,7 +173,7 @@ iree_hal_cts_test_suite(
DRIVER_REGISTRATION_FN
"iree_hal_hip_driver_module_register"
DEVICE_CREATION_HDR
"runtime/src/iree/hal/drivers/hip/registration/device_group_creation.h"
"runtime/src/iree/hal/drivers/hip/cts/device_group_creation.h"
DEFAULT_DEVICE_CREATION_FN
"iree_hal_drivers_hip_cts_default_device_group_device_create"
DEFAULT_SUBMIT_QUEUE_AFFINITY
Expand Down

0 comments on commit 7eda345

Please sign in to comment.