File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4268,7 +4268,8 @@ namespace IGC
4268
4268
SaveOption ( vISA_FastCompileRA, true );
4269
4269
}
4270
4270
}
4271
- }
4271
+
4272
+ } // InitVISABuilderOptions
4272
4273
4273
4274
// Creates a module/program-unique label prefix.
4274
4275
// E.g. the 3rd label of the 5th function would be
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ class CPlatform
54
54
public:
55
55
void setOclCaps (OCLCaps& caps) { m_OCLCaps = caps; }
56
56
uint32_t getMaxOCLParameteSize () const {
57
- uint32_t limitFromFlag = IGC_GET_FLAG_VALUE (OverrideOCLMaxParamSize);
58
- return limitFromFlag ? limitFromFlag : m_OCLCaps.MaxParameterSize ;
57
+ uint32_t limitFromFlag = IGC_GET_FLAG_VALUE (OverrideOCLMaxParamSize);
58
+ return limitFromFlag ? limitFromFlag : m_OCLCaps.MaxParameterSize ;
59
59
}
60
60
void OverrideRevId (unsigned short newRevId)
61
61
{
@@ -64,7 +64,7 @@ void OverrideRevId(unsigned short newRevId)
64
64
65
65
void OverrideDeviceId (unsigned short newDeviceID)
66
66
{
67
- m_platformInfo.usDeviceID = newDeviceID;
67
+ m_platformInfo.usDeviceID = newDeviceID;
68
68
}
69
69
70
70
You can’t perform that action at this time.
0 commit comments