Add NV inline assembly instruction set check on startup

This commit is contained in:
jsteube
2019-04-08 13:17:13 +02:00
parent 7bd3d55a3f
commit 28437b0ab0
2 changed files with 63 additions and 12 deletions
+8 -1
View File
@@ -1206,9 +1206,16 @@ typedef struct hc_device_param
char *driver_version;
char *device_opencl_version;
bool has_vperm;
// AMD
bool has_vadd3;
bool has_vbfe;
bool has_vperm;
// NV
bool has_bfe;
bool has_lop3;
bool has_mov64;
bool has_prmt;
double spin_damp;