]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - tidl/tidl-api.git/blobdiff - tidl_api/src/ocl_device.cpp
Update reference output for unit tests
[tidl/tidl-api.git] / tidl_api / src / ocl_device.cpp
index 8e6d16b6bbe0f7bff49a901cca6d918368cd1490..4778fb28f03ac8eb7184092ab003c255e742658f 100644 (file)
@@ -501,7 +501,7 @@ Device::Ptr Device::Create(DeviceType core_type, const DeviceIds& ids,
 }
 
 // Minimum version of OpenCL required for this version of TIDL API
-#define MIN_OCL_VERSION "01.01.16.00"
+#define MIN_OCL_VERSION "01.01.17.00"
 static bool CheckOpenCLVersion(cl_platform_id id)
 {
     cl_int err;