added module api sample which uses hipHccModuleLaunchKernel

Change-Id: I7bce60b4480a3b5ff7ed69c3256078ded65a0945


[ROCm/hip-tests commit: 8e2b7147a5]
Este commit está contenido en:
Aditya Atluri
2017-03-31 14:30:40 -05:00
padre 8f495da889
commit b41e69b99c
Se han modificado 3 ficheros con 115 adiciones y 4 borrados
@@ -68,14 +68,10 @@ int main(){
uint32_t one = 1;
struct {
uint32_t _hidden[6];
void * _Ad;
void * _Bd;
} args;
for (int i=0; i<6; i++) {
args._hidden[i] = 0;
}
args._Ad = Ad;
args._Bd = Bd;