Merge pull request #595 from bitwangyaoyao:2.4_perfTest
This commit is contained in:
commit
eaaba1336a
@ -4345,7 +4345,7 @@ int main(int argc, const char *argv[])
|
|||||||
{
|
{
|
||||||
if (device == devidx)
|
if (device == devidx)
|
||||||
{
|
{
|
||||||
ocl::setDevice(oclinfo[i], j);
|
ocl::setDevice(oclinfo[i], (int)j);
|
||||||
TestSystem::instance().setRecordName(oclinfo[i].DeviceName[j]);
|
TestSystem::instance().setRecordName(oclinfo[i].DeviceName[j]);
|
||||||
printf("\nuse %d: %s\n", devidx, oclinfo[i].DeviceName[j].c_str());
|
printf("\nuse %d: %s\n", devidx, oclinfo[i].DeviceName[j].c_str());
|
||||||
goto END_DEV;
|
goto END_DEV;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user