[NFC] Correct comments and line spacing
- Correct spelling mistakes or working in comments. - Adding missing line separators. - Add missing comments for namespace closing brace. Change-Id: If09cdd38aa088b0f68f750dfdef81351eb8c4935
This commit is contained in:
@@ -385,7 +385,7 @@ bool HSAILProgram::defineGlobalVar(const char* name, void* dptr) {
|
||||
|
||||
agent.handle = 1;
|
||||
hsa_status = executable_->DefineAgentExternalVariable(name, agent, HSA_VARIABLE_SEGMENT_GLOBAL, dptr);
|
||||
if(HSA_STATUS_SUCCESS != hsa_status) {
|
||||
if (HSA_STATUS_SUCCESS != hsa_status) {
|
||||
buildLog_ += "Could not define Program External Variable";
|
||||
buildLog_ += "\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user