Merge pull request #182 from whchung/bump_major_version

Bump device major version from 2 to 3

[ROCm/clr commit: 5e48654932]
This commit is contained in:
Ben Sander
2017-09-15 11:15:35 -05:00
committed by GitHub
+1 -1
View File
@@ -824,7 +824,7 @@ hipError_t ihipDevice_t::initProperties(hipDeviceProp_t* prop)
// Masquerade as a 3.0-level device. This will change as more HW functions are properly supported.
// Application code should use the arch.has* to do detailed feature detection.
prop->major = 2;
prop->major = 3;
prop->minor = 0;
// Get number of Compute Unit