Commit Graph

14 Commits

Author SHA1 Message Date
Ben Sander 81f7559a37 doc update, add proposed .86 release notes
[ROCm/clr commit: c40b212430]
2016-05-03 11:11:04 -05:00
Maneesh Gupta 06ef7f73ad Update RELEASE.md
[ROCm/clr commit: 0cbff48c5b]
2016-04-18 13:00:23 +05:30
Ben Sander 0e639087b3 Add mixbench link
[ROCm/clr commit: d6acd75dc9]
2016-04-07 15:55:20 -05:00
Ben Sander cbe16dc062 update proposed release notes
[ROCm/clr commit: 7e3b09e75b]
2016-04-01 16:45:42 -05:00
Maneesh Gupta cc18cc9574 Fix release notes and minimum required hcc workweek check
[ROCm/clr commit: ac57672eaa]
2016-03-25 16:08:00 +05:30
Maneesh Gupta 06b14f75c3 Update release notes
[ROCm/clr commit: e30a4d7819]
2016-03-25 16:07:06 +05:30
Ben Sander ab18a2cf7b Update release to include new make system. Remove old Makefile.
[ROCm/clr commit: 663d1baa19]
2016-03-24 14:08:08 -05:00
Ben Sander 37a02661a6 hipHostRegister and hipHostMalloc refactor.
Note hipHostMalloc (not hipHostAlloc or hipMallocHost).
 -  the hipHost* is used for all HIP APIs dealing with Host memory.
    (including hipHostMalloc, hipHostFree, hipHostRegister,
hipHostUnregister, hipHostGetFlags, hipHostGetDevicePointer).
  - hipMallocHost is consistent with "hipMalloc" for allocating device
    memory.  Enumerations hipHostMalloc* also used as optional
    flags parm to hipHostMalloc.


[ROCm/clr commit: 2d0fade1f7]
2016-03-22 02:30:10 -05:00
Ben Sander b1d3df6484 Deprecate hipMallocHost and hipFreeHost.
These will print compiler warnings if used, so we can weed them out
before removing.

Also add a default flags args for hipHostAlloc, in the C++ functioin
headers.  So you can replace hipMallocHost(&ptr, size( with hipHostAlloc(&ptr, size)


[ROCm/clr commit: 57365eb7a3]
2016-03-19 22:53:59 -05:00
Aditya Atluri e5657dec23 corrected hipDeviceGetProperties to hipGetDeviceProperties - not docs
[ROCm/clr commit: 8a21b42943]
2016-03-06 08:31:04 -06:00
Ben Sander 078d5ff21e Tweak version numbers
[ROCm/clr commit: d3e1773704]
2016-02-25 19:30:42 -06:00
Ben Sander 6507476d72 Update release notes
[ROCm/clr commit: 2447067f27]
2016-02-18 21:07:14 -06:00
Ben Sander 85fd763081 Update links in docs to GPUOpen and to Doxygen
[ROCm/clr commit: 0dcc03434d]
2016-01-27 00:23:47 -06:00
Ben Sander 28f87a0428 Initial commit for GPUOpen Launch
[ROCm/clr commit: 304171c1a2]
2016-01-26 20:14:33 -06:00