@@ -0,0 +1,12 @@
|
||||
#include"test_common.h"
|
||||
#include"hip_runtime.h"
|
||||
|
||||
__device__ void test(){
|
||||
test__popc(1);
|
||||
}
|
||||
|
||||
__global__ void Test(hipLaunchParm lp, int a){
|
||||
test();
|
||||
}
|
||||
|
||||
int main(){}
|
||||
Reference in New Issue
Block a user