SWDEV-472710 - Adding gitattributes and remove trailing spaces

Change-Id: Ic8ad2071745f0ffe6a2e120bfebb6d90bf270f87
This commit is contained in:
Julia Jiang
2024-07-10 15:30:15 -04:00
committed by Julia Jiang
parent 1e0565cc01
commit dd30e0e893
10 changed files with 35 additions and 15 deletions
+1 -1
View File
@@ -328,7 +328,7 @@ hipError_t ihipLaunchKernelCommand(amd::Command*& command, hipFunction_t f,
kernelCommand->release();
return hipErrorOutOfMemory;
}
} else {
for (size_t i = 0; i < kernel->signature().numParameters(); ++i) {
const amd::KernelParameterDescriptor& desc = kernel->signature().at(i);