Maneesh Gupta
7ea77fd1b6
Merge branch 'release_0.92.00' into amd-develop
...
Conflicts:
RELEASE.md
docs/markdown/hip_faq.md
Change-Id: Ifae1b64b6255a7872dfdc885bb8fb52f622464b7
[ROCm/hip commit: 03df23df2b ]
2016-08-01 10:47:25 +05:30
Maneesh Gupta
1acf8919ee
Update release notes for 0.92.00 release
...
Change-Id: I9ca588cd0d5d752dc6521e76ba943500eb55525f
[ROCm/hip commit: 059a8d51ba ]
2016-07-27 20:30:04 +05:30
Ben Sander
3027a1f269
Doc update for FAQ and future RELEASE notes
...
Change-Id: I7e7c32d9a19fdaea0a0e41f1d4fa4652e53640f2
[ROCm/hip commit: 99bc0f03e1 ]
2016-07-26 12:14:15 -05:00
Ben Sander
b909cbb2a3
Make HCC ignore register keyword
...
- (previously would emit a warning)
- Also tweak documentation.
Change-Id: I0f4f00f82f8cc53d420112570f2d7675535e6aea
[ROCm/hip commit: 0a74e00ac8 ]
2016-07-26 12:13:48 -05:00
Ben Sander
ba8f538b18
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
[ROCm/hip commit: c3b4c6b23f ]
2016-07-18 13:56:22 -05:00
Maneesh Gupta
32c2af3cdd
Update release notes
...
Change-Id: I6ae7e5c44b1f7d084abb7cedd353276b81531f82
[ROCm/hip commit: 99ae587cff ]
2016-06-29 20:50:14 +05:30
Maneesh Gupta
6b1e87777c
Updated version string
...
Change-Id: I86695e5deba87ef3a8d390d9a78a88be815dff0e
[ROCm/hip commit: 188326ee64 ]
2016-06-21 08:39:47 +05:30
Ben Sander
1b529084bb
Initial release notes for 0.95.
...
Change-Id: I6d43f643f4c6ecd4b4e4434c5cc1dfecf540a6d3
[ROCm/hip commit: b70fbace5e ]
2016-06-17 15:18:57 -05:00
Maneesh Gupta
5531b649aa
Fix RELEASE.md
...
[ROCm/hip commit: 100c8c83c1 ]
2016-06-07 22:18:18 +05:30
Maneesh Gupta
c30b0fe2a6
Updated release notes
...
Change-Id: Ied90c54683dd96ac9fb0c3039a94aea5e4aa11c6
[ROCm/hip commit: b229506611 ]
2016-06-06 21:52:13 +05:30
Ben Sander
29660e144d
Update release notes for 0.86
...
Change-Id: I60eb5691aec35fad714aac38deb3c4eccf7ae12a
[ROCm/hip commit: 0e07268f20 ]
2016-05-13 12:40:31 +05:30
Ben Sander
f141bb7b85
doc update, add proposed .86 release notes
...
[ROCm/hip commit: 42101bf032 ]
2016-05-03 11:11:04 -05:00
Maneesh Gupta
8aec5e9af8
Update RELEASE.md
...
[ROCm/hip commit: 5ec413cf4b ]
2016-04-18 13:00:23 +05:30
Ben Sander
0da0662dba
Add mixbench link
...
[ROCm/hip commit: 44ba7a0fc7 ]
2016-04-07 15:55:20 -05:00
Ben Sander
bfb117f387
update proposed release notes
...
[ROCm/hip commit: 84a9c31b22 ]
2016-04-01 16:45:42 -05:00
Maneesh Gupta
89c61391c3
Fix release notes and minimum required hcc workweek check
...
[ROCm/hip commit: a094cdba64 ]
2016-03-25 16:08:00 +05:30
Maneesh Gupta
f7b07886e2
Update release notes
...
[ROCm/hip commit: 6b5c9ecf3f ]
2016-03-25 16:07:06 +05:30
Ben Sander
f50af9d0c8
Update release to include new make system. Remove old Makefile.
...
[ROCm/hip commit: 160f407300 ]
2016-03-24 14:08:08 -05:00
Ben Sander
b319209299
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/hip commit: ab910efb96 ]
2016-03-22 02:30:10 -05:00
Ben Sander
4c77ecef9a
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/hip commit: cea37c3e91 ]
2016-03-19 22:53:59 -05:00
Aditya Atluri
f1b8758919
corrected hipDeviceGetProperties to hipGetDeviceProperties - not docs
...
[ROCm/hip commit: d3ba2b9782 ]
2016-03-06 08:31:04 -06:00
Ben Sander
22a3806c0c
Tweak version numbers
...
[ROCm/hip commit: b1da7e4a70 ]
2016-02-25 19:30:42 -06:00
Ben Sander
bd83583d40
Update release notes
...
[ROCm/hip commit: 617e7d8a7d ]
2016-02-18 21:07:14 -06:00
Ben Sander
0d983ce647
Update links in docs to GPUOpen and to Doxygen
...
[ROCm/hip commit: 317566c1b6 ]
2016-01-27 00:23:47 -06:00
Ben Sander
97cf8b8ac9
Initial commit for GPUOpen Launch
...
[ROCm/hip commit: f38e63ff18 ]
2016-01-26 20:14:33 -06:00