Граф коммитов

17 Коммитов

Автор SHA1 Сообщение Дата
Maneesh Gupta 100c8c83c1 Fix RELEASE.md 2016-06-07 22:18:18 +05:30
Maneesh Gupta b229506611 Updated release notes
Change-Id: Ied90c54683dd96ac9fb0c3039a94aea5e4aa11c6
2016-06-06 21:52:13 +05:30
Ben Sander 0e07268f20 Update release notes for 0.86
Change-Id: I60eb5691aec35fad714aac38deb3c4eccf7ae12a
2016-05-13 12:40:31 +05:30
Ben Sander 42101bf032 doc update, add proposed .86 release notes 2016-05-03 11:11:04 -05:00
Maneesh Gupta 5ec413cf4b Update RELEASE.md 2016-04-18 13:00:23 +05:30
Ben Sander 44ba7a0fc7 Add mixbench link 2016-04-07 15:55:20 -05:00
Ben Sander 84a9c31b22 update proposed release notes 2016-04-01 16:45:42 -05:00
Maneesh Gupta a094cdba64 Fix release notes and minimum required hcc workweek check 2016-03-25 16:08:00 +05:30
Maneesh Gupta 6b5c9ecf3f Update release notes 2016-03-25 16:07:06 +05:30
Ben Sander 160f407300 Update release to include new make system. Remove old Makefile. 2016-03-24 14:08:08 -05:00
Ben Sander ab910efb96 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.
2016-03-22 02:30:10 -05:00
Ben Sander cea37c3e91 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)
2016-03-19 22:53:59 -05:00
Aditya Atluri d3ba2b9782 corrected hipDeviceGetProperties to hipGetDeviceProperties - not docs 2016-03-06 08:31:04 -06:00
Ben Sander b1da7e4a70 Tweak version numbers 2016-02-25 19:30:42 -06:00
Ben Sander 617e7d8a7d Update release notes 2016-02-18 21:07:14 -06:00
Ben Sander 317566c1b6 Update links in docs to GPUOpen and to Doxygen 2016-01-27 00:23:47 -06:00
Ben Sander f38e63ff18 Initial commit for GPUOpen Launch 2016-01-26 20:14:33 -06:00