SWDEV-350564 - Silence int-conversion warnings as errors
Change-Id: Ie7cf8bef0ce41df92369aa45c76493d5d0a6669b
[ROCm/clr commit: ec63aa2302]
This commit is contained in:
@@ -69,7 +69,7 @@ const static char* sources[] = {
|
||||
STR(__kernel void test(__global ulong* ptr) {
|
||||
while (ptr) {
|
||||
*ptr = 0xDEADBEEF;
|
||||
ptr = *((__global ulong*)(ptr + 1));
|
||||
ptr = *((__global ulong* __global*)(ptr + 1));
|
||||
}
|
||||
}),
|
||||
STR(__kernel void test(__global volatile int* ptr, int numIterations) {
|
||||
|
||||
Reference in New Issue
Block a user