Maneesh Gupta
03df23df2b
Merge branch 'release_0.92.00' into amd-develop
...
Conflicts:
RELEASE.md
docs/markdown/hip_faq.md
Change-Id: Ifae1b64b6255a7872dfdc885bb8fb52f622464b7
2016-08-01 10:47:25 +05:30
Maneesh Gupta
059a8d51ba
Update release notes for 0.92.00 release
...
Change-Id: I9ca588cd0d5d752dc6521e76ba943500eb55525f
2016-07-27 20:30:04 +05:30
Ben Sander
99bc0f03e1
Doc update for FAQ and future RELEASE notes
...
Change-Id: I7e7c32d9a19fdaea0a0e41f1d4fa4652e53640f2
2016-07-26 12:14:15 -05:00
Ben Sander
0a74e00ac8
Make HCC ignore register keyword
...
- (previously would emit a warning)
- Also tweak documentation.
Change-Id: I0f4f00f82f8cc53d420112570f2d7675535e6aea
2016-07-26 12:13:48 -05:00
Ben Sander
c3b4c6b23f
Update documentation.
...
- Add more detailed feature comparison HIP vs specific CUDA SDK revs.
- Remove reference to old codenames.
- Fix TOC in some md files.
Change-Id: If0f6a05dc61237c4710c4d4bf2d933d556dcaeae
2016-07-18 13:56:22 -05:00
Maneesh Gupta
99ae587cff
Update release notes
...
Change-Id: I6ae7e5c44b1f7d084abb7cedd353276b81531f82
2016-06-29 20:50:14 +05:30
Maneesh Gupta
188326ee64
Updated version string
...
Change-Id: I86695e5deba87ef3a8d390d9a78a88be815dff0e
2016-06-21 08:39:47 +05:30
Ben Sander
b70fbace5e
Initial release notes for 0.95.
...
Change-Id: I6d43f643f4c6ecd4b4e4434c5cc1dfecf540a6d3
2016-06-17 15:18:57 -05:00
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