mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
Force integer divide emulation for TGLLP A-step
Related-To: NEO-3661 Change-Id: I305c3cfc14262a832aee749e66f3c426d3ca0343 Signed-off-by: Pawel Wilma <pawel.wilma@intel.com>
This commit is contained in:
@@ -29,6 +29,8 @@ static constexpr ConstStringRef generateDebugInfo = "-g";
|
||||
static constexpr ConstStringRef bindlessBuffers = "-cl-intel-use-bindless-buffers";
|
||||
static constexpr ConstStringRef bindlessImages = "-cl-intel-use-bindless-images";
|
||||
static constexpr ConstStringRef uniformWorkgroupSize = "-cl-uniform-work-group-size";
|
||||
static constexpr ConstStringRef forceEmuInt32DivRem = "-cl-intel-force-emu-int32divrem";
|
||||
static constexpr ConstStringRef forceEmuInt32DivRemSP = "-cl-intel-force-emu-sp-int32divrem";
|
||||
|
||||
constexpr size_t nullterminateSize = 1U;
|
||||
constexpr size_t spaceSeparatorSize = 1U;
|
||||
|
||||
Reference in New Issue
Block a user