Evgeny Mankov
71c61a600e
Guard #ifdef USE_ROCR_20 is added for ROCR_20 device properties (memoryClockRate, memoryBusWidth)
...
By default isn't defined.
To add ROCR_20 support HIP have to be compiled as follows: make CXX_DEFINES+=-DUSE_ROCR_20
[ROCm/hip-tests commit: bdb6c4f423 ]
2016-02-19 13:27:03 +03:00
Evgeny Mankov
e491a659fe
Device property memoryBusWidth implementation.
...
+ Device property memoryBusWidth is added to hipDeviceProp_t struct.
+ Device attribute hipDeviceAttributeMemoryBusWidth is added to hipDeviceAttribute_t struct.
+ Tests update.
[ROCm/hip-tests commit: 83612db41b ]
2016-02-18 18:15:01 +03:00
Evgeny Mankov
00ce9647c7
Device property memoryClockRate implementation.
...
+ Device property memoryClockRate is added to hipDeviceProp_t struct.
+ Device attribute hipDeviceAttributeMemoryClockRate is added to hipDeviceAttribute_t struct.
+ Tests update.
+ Rename hipDevAttrConcurrentKernels to hipDeviceAttributeConcurrentKernels.
[ROCm/hip-tests commit: 383310d9d0 ]
2016-02-18 17:25:28 +03:00
Evgeny Mankov
7ac40d9ca5
hipInfo sample update with new Device Properties.
...
[ROCm/hip-tests commit: ff22a6eb28 ]
2016-02-18 15:08:55 +03:00
Evgeny Mankov
d2a67588d0
Formatting, no functional changes.
...
[ROCm/hip-tests commit: 12fcf1d0ff ]
2016-02-15 13:16:05 +03:00
Ben Sander
47c50f5906
Update links in docs to GPUOpen and to Doxygen
...
[ROCm/hip-tests commit: afac6a2c4a ]
2016-01-27 00:23:47 -06:00
Aditya Avinash Atluri
36f4cc2224
Update README.md
...
[ROCm/hip-tests commit: 9c7e2593e9 ]
2016-01-26 10:43:41 -05:00
Aditya Avinash Atluri
b1bf6de48e
Corrected compilation error
...
[ROCm/hip-tests commit: 6e2721890a ]
2016-01-26 10:40:06 -05:00
Ben Sander
d49392904a
Initial commit for GPUOpen Launch
...
[ROCm/hip-tests commit: 4eafc92922 ]
2016-01-26 20:14:33 -06:00