SWDEV-308644 - reorganize extra blit kernel in PAL stack

Change-Id: I9d853e8d417ef75b522184d83646ec4b9fa8669b


[ROCm/clr commit: 376ea1e293]
This commit is contained in:
Julia Jiang
2021-12-01 11:30:05 -05:00
committed by Julia Jiang
parent 1b87d3a497
commit 41eef3076e
7 changed files with 38 additions and 28 deletions
+1 -1
View File
@@ -1118,7 +1118,7 @@ bool Device::initializeHeapResources() {
// Delay compilation due to brig_loader memory allocation
if (settings().ciPlus_) {
std::string CL20extraBlits;
const char* ocl20 = NULL;
const std::string ocl20;
if (settings().oclVersion_ >= OpenCL20) {
CL20extraBlits = SchedulerSourceCode;
ocl20 = "-cl-std=CL2.0";