Adjust default engine type in Linux

Change-Id: I2cc7e4078e830f0844d6dc6fe7b4bfcdf92b0095
This commit is contained in:
Zdanowicz, Zbigniew
2018-03-29 17:06:02 +02:00
committed by sys_ocldev
parent 961d1e2090
commit 50ef7c0000
8 changed files with 24 additions and 1 deletions

View File

@@ -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