Add more debug info

This commit is contained in:
Ben Sander
2016-11-26 08:55:51 -06:00
parent 501c7d6317
commit ce92a53f25
21 changed files with 1922 additions and 7 deletions
@@ -0,0 +1,7 @@
#include "hip/hip_runtime.h"
extern "C" __global__ void NullKernel(hipLaunchParm lp, float* Ad){
if (Ad) {
Ad[0] = 42;
}
}