ECR #333755 - Fixed redefinition error complaint under Windows.
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1133888]
[ROCm/ROCR-Runtime commit: da577f2525]
这个提交包含在:
@@ -48,7 +48,6 @@ T RoundToPowerOf2(T val)
|
||||
return val;
|
||||
}
|
||||
|
||||
|
||||
template<typename T>
|
||||
int FillRandom(
|
||||
T * arrayPtr,
|
||||
@@ -56,7 +55,7 @@ int FillRandom(
|
||||
const int height,
|
||||
const T rangeMin,
|
||||
const T rangeMax,
|
||||
unsigned int seed=123)
|
||||
unsigned int seed)
|
||||
{
|
||||
if(!arrayPtr)
|
||||
{
|
||||
|
||||
在新工单中引用
屏蔽一个用户