bfceb14751
Change-Id: I4d99009e1199811d417becf1e1b934ec4d4e30be
8 рядки
123 B
C++
8 рядки
123 B
C++
#include "hip/hip_runtime.h"
|
|
|
|
extern "C" __global__ void NullKernel(float* Ad) {
|
|
if (Ad) {
|
|
Ad[0] = 42;
|
|
}
|
|
}
|