mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 21:27:04 +08:00
Adjust default engine type in Linux
Change-Id: I2cc7e4078e830f0844d6dc6fe7b4bfcdf92b0095
This commit is contained in:
committed by
sys_ocldev
parent
961d1e2090
commit
50ef7c0000
@@ -43,7 +43,7 @@ static std::string spirVersions = "1.2 ";
|
||||
static const char *spirvVersion = "SPIR-V_1.0 ";
|
||||
#define QTR(a) #a
|
||||
#define TOSTR(b) QTR(b)
|
||||
static std::string driverVersion;
|
||||
static std::string driverVersion = TOSTR(NEO_DRIVER_VERSION);
|
||||
|
||||
const char *builtInKernels = ""; // the "always available" (extension-independent) builtin kernels
|
||||
|
||||
|
||||
Reference in New Issue
Block a user