Remove PCH code: the code related to PCH is dead and not used (#66)

cherry-pick of compute/ec/clr/+/1184122

Co-authored-by: Juan Manuel Martinez Caamaño <juamarti@amd.com>
This commit is contained in:
MartinezFernandez, Juan
2025-03-28 10:36:19 +01:00
committed by GitHub
parent 8d90b44a1b
commit f580632174
4 changed files with 14 additions and 61 deletions
+1 -1
View File
@@ -555,7 +555,7 @@ int32_t Program::build(const std::vector<Device*>& devices, const char* options,
if (devProgram->buildStatus() != CL_BUILD_NONE) {
continue;
}
int32_t result = devProgram->build(sourceCode_, options, &parsedOptions, precompiledHeaders_);
int32_t result = devProgram->build(sourceCode_, options, &parsedOptions);
// Check if the previous device failed a build
if ((result != CL_SUCCESS) && (retval != CL_SUCCESS)) {