SWDEV-415029 - [ABI Break] Remove hcc symbols
This reverts commit81a120a5c5. Reason for revert: Bring back original change. Change-Id: I15c5f288bc50107831a494a81d1f16df4c2ade27 [ROCm/hip-tests commit:cf3df12106]
This commit is contained in:
@@ -38,7 +38,7 @@ TEST_CASE("Unit_hipGetDeviceCount_MaskedDevices") {
|
||||
char visibleDeviceString[MAX_SIZE] = {};
|
||||
snprintf(visibleDeviceString, MAX_SIZE, "%d", VISIBLE_DEVICE);
|
||||
|
||||
#ifdef __HIP_PLATFORM_NVCC__
|
||||
#ifdef __HIP_PLATFORM_NVIDIA__
|
||||
unsetenv("CUDA_VISIBLE_DEVICES");
|
||||
setenv("CUDA_VISIBLE_DEVICES", visibleDeviceString, 1);
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user