Merge branch 'sm35' of github.com:egaburov/ispc into sm35
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
ptxas -arch=sm_35 -c -o kernel.gpu.o kernel_cu.ptx
|
||||
fatbinary -arch=sm_35 -create kernel.fatbin -elf kernel.gpu.o
|
||||
nvcc -arch=sm_35 -Xptxas="-v" -dlink -o mandel_cu.o kernel.fatbin kernel_driver.cu -rdc=true -lcudadevrt
|
||||
nvcc -arch=sm_35 -Xptxas="-v" -dc kernel_driver.cu -lcudadevrt
|
||||
nvcc -arch=sm_35 -Xptxas="-v" -dlink -o mandel_nvcc.o kernel.fatbin kernel_driver.o -rdc=true -lcudadevrt
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
typedef unsigned int uint32_t;
|
||||
typedef unsigned long long uint64_t;
|
||||
|
||||
extern "C" __device__ void PTXmandelbrot_scanline___UM_unfunfunfunfuniuniuniuniuniun_3C_uni_3E_(
|
||||
float,float,float,float,uint32_t,uint32_t,uint32_t,uint32_t,uint32_t,uint64_t);
|
||||
|
||||
Reference in New Issue
Block a user