SWDEV-341956 - update coordinates in dtest runtimeApi (#2761)

Change-Id: I058afba16452d1831067faf31020c979e5a99fa7
This commit is contained in:
ROCm CI Service Account
2022-06-23 00:36:02 +05:30
committato da GitHub
parent cc15c5e940
commit 45870b83b2
5 ha cambiato i file con 11 aggiunte e 11 eliminazioni
+1 -1
Vedi File
@@ -134,7 +134,7 @@ bool testMultiTargArchCodeObj() {
std::string CodeObjL1 = "#include \"hip/hip_runtime.h\"\n";
std::string CodeObjL2 =
"extern \"C\" __global__ void hello_world(float* a, float* b) {\n";
std::string CodeObjL3 = " int tx = hipThreadIdx_x;\n";
std::string CodeObjL3 = " int tx = threadIdx.x;\n";
std::string CodeObjL4 = " b[tx] = a[tx];\n";
std::string CodeObjL5 = "}";
// Creating the full code object string