Add --gpu-architecture to NVRTC build options

This commit is contained in:
Jens Steube
2019-04-26 15:10:02 +02:00
parent 6a32e8ef18
commit 06171958ee
2 changed files with 284 additions and 231 deletions
+4 -2
View File
@@ -995,6 +995,8 @@ typedef struct link_speed
typedef struct hc_device_param
{
CUdevice device_cuda;
cl_device_id device;
cl_device_type device_type;
@@ -1006,8 +1008,8 @@ typedef struct hc_device_param
st_status_t st_status;
u32 sm_major;
u32 sm_minor;
int sm_major;
int sm_minor;
u32 kernel_exec_timeout;
u8 pcie_bus;