Julia Jiang
bb775c5c50
SWDEV-282350 - update HIP documents
...
Change-Id: Iff3a49e75279b1ecee0672a6d35f6b84a8256296
[ROCm/clr commit: 8f38d6f496 ]
2021-05-07 12:38:13 -04:00
Julia Jiang
f8a37ae71f
SWDEV-270961 - Update HIP documents
...
Change-Id: Iba88d78456b9b190c2af92ca696777e459e4acb0
[ROCm/clr commit: 3a7c3c8f07 ]
2021-03-05 16:07:38 -05:00
Julia Jiang
5c18e96435
SWDEV-272921, SWDEV-270961 - correct index and linkage
...
Change-Id: I48a66091bb6f304864e282bd03e9eb748fa04da7
[ROCm/clr commit: 99e03e067a ]
2021-03-01 16:07:00 -05:00
jujiang
300865121d
SWDEV-265003 - update HIP document
...
Change-Id: I1e8ec3ad380330b48d164a2ca60b0a70f7e54ae6
[ROCm/clr commit: cfca71352a ]
2021-01-20 16:24:20 -05:00
jujiang
4f2dab9c86
SWDEV-265003-Update HIP documents
...
Change-Id: I3aea36f9a817ff0d2a379fc902b1ba7794f9736e
[ROCm/clr commit: 32f35bbd2a ]
2021-01-13 17:55:16 -05:00
Tao Sang
2c1c9f78d6
Remove hip-hcc codes: Part three
...
1.Rename include/hip/hcc_detail/ as include/hip/amd_detail/
2.Rename include/hip/nvcc_detail/ as include/hip/nvidia_detail/
3.Create __HIP_PLATFORM_AMD__ to replace __HIP_PLATFORM_HCC__
4.Create __HIP_PLATFORM_NVIDIA__ to replace __HIP_PLATFORM_NVCC__
After hcc_detail, nvcc_detail, __HIP_PLATFORM_HCC__ and __HIP_PLATFORM_NVCC__
have been removed from upstream, they will be removed from hip runtime.
Change-Id: I1ae457effd739d6c25bca203c1724b026be21fce
[ROCm/clr commit: 8a2b0b7424 ]
2021-01-05 10:39:31 -05:00
Siu Chi Chan
fd50c7f4a1
Update HIP docs
...
Purge all obsoleted information that is only relevant to HCC
Change-Id: Ice6ae174a73ccac9dfe2ca05027d1ecdb32558d7
[ROCm/clr commit: 703816a7e1 ]
2020-11-27 14:48:09 -05:00
Konstantin Zhuravlyov
1b1b2998ad
SWDEV-198415 - Implement Target ID Proposal
...
Changes from Jatin Chaudhary, Tony Tye
Change-Id: I14904920ad2356ae2098cf827b83613089d33962
[ROCm/clr commit: 73fb01cb3a ]
2020-11-10 13:31:43 -05:00
Sarbojit Sarkar
438e7b78b4
Updated hip_porting_guide.md
...
Change-Id: Iaf32033597513aa2cbfde267487af35317ac67fe
[ROCm/clr commit: b7dc406ccd ]
2020-09-14 00:30:51 -04:00
Julia jiang
ac119447fd
SWDEV-246878-Update document HIP_porting_guide
...
Change-Id: I7f4c92637f31da76293048133fff5af816c752ca
[ROCm/clr commit: e93f7b6a56 ]
2020-08-07 14:50:01 -04:00
jujiang
b815322dd6
To fix a format in hip_porting_guide.md
...
Change-Id: I5faa4ec9b3d17625b7cb5cea86b9f44766b1cfa9
[ROCm/clr commit: 06c6951205 ]
2020-06-09 13:14:52 -04:00
jujiang
4fad481033
Update document for hip_faq.md, hip_porting_guide.md and hip_terms2.md
...
Change-Id: I2c019f802ad70ed43f1608cfd3c9067f1573741e
[ROCm/clr commit: 017e3b87b3 ]
2020-05-28 17:51:58 -04:00
Evgeny Mankov
de7d5d2f28
[HIP][doc] Update docs due to moving of HIPIFY to a separate repo ( #2001 )
...
[ROCm/clr commit: 8e6c0e9fcb ]
2020-04-07 14:03:19 +05:30
Nicholas Malaya
85c3f035e4
Fix Broken Link in hip_porting_guide ( #1376 )
...
The math library equivalents between CUDA-HIP are broken. This is a key feature for converting to AMD hardware. This fix corrects the broken link and moves the library equivalents to sit under the "Porting a New Cuda Project" header.
[ROCm/clr commit: 796b8aafd7 ]
2019-09-03 05:13:35 +00:00
Rahul Garg
84fa282f9a
[docs] Attribute details for launch kernel greater than 256 ( #1319 )
...
* Add attribute detail for kernel launch group > 256
* Add example
[ROCm/clr commit: d90c66f5bf ]
2019-08-14 11:29:04 +00:00
Nick Curtis
0af4fca153
Fix HIP Platform defines
...
Remove extra trailing `_` in platform defines
[ROCm/clr commit: 343d1f5715 ]
2019-08-09 09:25:31 -05:00
Rahul Garg
8245cb797e
[docs]Fix texture reference APIs usage part
...
[ROCm/clr commit: ebdc3a9cb3 ]
2019-07-30 02:56:47 +05:30
Stanley Tsang
0af39754f6
Adding support in the hipify-perl tool for the HIP_SYMBOL macro, which is required for hip API calls involving a device symbol. Added more explicit mention of the HIP_SYMBOL macro in the porting guide.
...
[ROCm/clr commit: ca56b81ebf ]
2018-12-19 12:21:02 -05:00
Nicholas Malaya
ad5861ad46
Update hip_porting_guide.md
...
[ROCm/clr commit: bfbc1298d1 ]
2018-10-17 14:27:11 -05:00
Nicholas Malaya
4f63362a1c
Fixing link
...
[ROCm/clr commit: adc7741441 ]
2018-10-17 14:26:49 -05:00
Nicholas Malaya
be03a6f8b2
Fixing a link
...
[ROCm/clr commit: 319f7232c2 ]
2018-10-17 14:25:54 -05:00
Nicholas Malaya
26460eac74
Adding library equivalent section
...
[ROCm/clr commit: 4c2e4ead8d ]
2018-10-17 14:25:07 -05:00
Nicholas Malaya
4b1520b567
Small editing changes to clean up document
...
[ROCm/clr commit: 41279dcb38 ]
2018-10-17 14:11:25 -05:00
Nicholas Malaya
ccfb880f30
Fixing a broken indentation
...
Minor (cosmetic) edit to make items appear in ordered bulleted list
[ROCm/clr commit: 4939444a51 ]
2018-10-17 13:56:51 -05:00
Nicholas Malaya
1d7a6a7c1e
Update hip_porting_guide.md
...
Adding hyperlink to bin/hipconvertinplace.sh
[ROCm/clr commit: 20bb485199 ]
2018-10-17 13:49:47 -05:00
Yaxun (Sam) Liu
6a648b9d7f
Fix documentation about hip-clang macros
...
[ROCm/clr commit: 4335feba47 ]
2018-08-28 09:55:18 -04:00
Yaxun (Sam) Liu
9d23e5b9f0
Fix documentation about hip-clang macros
...
[ROCm/clr commit: 4216c426eb ]
2018-08-28 09:48:38 -04:00
Yaxun (Sam) Liu
3dc8693940
Documents hip-clang predefined macros
...
[ROCm/clr commit: 8b80403ef4 ]
2018-08-28 09:43:38 -04:00
Tomas Wood
3a77334a98
Update hip_porting_guide.md
...
use ".hip.cpp" for *source* files
[ROCm/clr commit: 683894c698 ]
2018-06-09 17:16:08 -07:00
Rahul Garg
896c146fef
Porting guides update for texture APIs usage
...
[ROCm/clr commit: 3e9a4cfdd1 ]
2017-11-24 12:00:55 +05:30
Rahul Garg
93d30119d0
docs update for memcpytosymbol support
...
[ROCm/clr commit: a8512b7597 ]
2017-08-08 09:13:12 +05:30
Ben Sander
b4363ffcba
Remove HIP_NUM_KERNELS_INFLIGHT. (redundant with HCC controls)
...
[ROCm/clr commit: 35212632e7 ]
2017-05-24 01:03:28 -05:00
Maneesh Gupta
4dcbf609b7
Updated table of contents in markdown documentation
...
Change-Id: I7347a06f57f9927ca3fcc5590a6c8200bc1bb1f5
[ROCm/clr commit: cfd4620f36 ]
2017-04-07 15:38:56 +05:30
pensun
a49f5c7e1d
update porting guide for updated __HIP_DEVICE_COMPILE__
...
Change-Id: I0f025d354f76e2d728231bf112a77e8c8fcacc8c
[ROCm/clr commit: 1a2844e3a3 ]
2017-03-10 10:01:12 -06:00
pensun
f4e9b51d35
fix typo in hip_porting_guide
...
Change-Id: I42553d9a4de2901dfdd57384b52a04e8fb22edde
[ROCm/clr commit: 308638c911 ]
2017-03-08 23:37:50 -06:00
pensun
e5bf4ec700
update hip_porting_guide regarding platform depended macros
...
Change-Id: I3029c6ae6cb280500bba294925ed6e9dc9dcc94d
[ROCm/clr commit: ae1c6ee68a ]
2017-02-28 07:33:01 -06:00
Robert
4f1b94ab25
fix spelling errors
...
Conflicts:
README.md
docs/markdown/hip_faq.md
Change-Id: I8ca025e01276939ed3d7be24200ecaa8cf5e1e2c
[ROCm/clr commit: 32a35eda75 ]
2017-01-13 14:42:37 +05:30
Martin Schleiss
716fac9a99
Fix various typos
...
Conflicts:
README.md
Change-Id: Ie296d503d16121a62fed1a208352ec2b81c97fd9
[ROCm/clr commit: dc8db38f04 ]
2016-12-15 14:06:38 +05:30
Ben Sander
e0a3b2472c
Rename HIP_ATP_MARKER and profiling vars
...
HIP_PROFILE_API
HIP_DB_START_API
HIP_DB_STOP_API
Change-Id: I6c4da67212ff8217e6356a2622d4c6278a188c34
[ROCm/clr commit: f7c42efa3f ]
2016-10-27 23:09:31 -05:00
Aditya Atluri
32ee434c5e
changed docs to update support for memcpyToSymbol
...
Change-Id: I63169cb10e64033a92dafd46930f499cdf145a8d
[ROCm/clr commit: c39b40db58 ]
2016-10-20 14:05:43 -05:00
Ben Sander
0836c5345f
Update docs (supported env vars).
...
[ROCm/clr commit: 8cb899ccf9 ]
2016-10-05 12:18:42 -05:00
Aditya Atluri
62747f5b91
updated symbol usage in docs
...
Change-Id: I522c793f9cfa6a912dcb4a3d0044e94de3d3cd0e
[ROCm/clr commit: 64a1366198 ]
2016-10-01 13:41:09 -05:00
Ben Sander
f317725b7c
Doc update. Describe memcpytosymbol, threadfence_system workarounds
...
[ROCm/clr commit: d76372a049 ]
2016-08-29 13:45:20 -05:00
Ben Sander
f7c955104a
Document workaround for parenthesis+macro+hipLaunchKernel
...
Change-Id: Ie04c99db92d6499ddde93028a96f9d8f72d3f992
[ROCm/clr commit: e23cd0dd3c ]
2016-08-10 08:59:47 -05:00
Maneesh Gupta
cc9a901498
Documentation updates
...
Change-Id: Ia624d86915c4c96da0ac0242f767135f30ff73c6
[ROCm/clr commit: b29ed98f9a ]
2016-07-25 14:53:15 +05:30
Ben Sander
5586cc02b4
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/clr commit: 4b3102b578 ]
2016-07-18 13:56:22 -05:00
Maneesh Gupta
9e414f242c
Merge branch 'release_0.90.00' into amd-develop
...
Conflicts:
bin/hipcc
Change-Id: Iced6290fe205551f5d30f656088530b0ea813193
[ROCm/clr commit: 2410d285a2 ]
2016-07-15 10:04:03 +05:30
Maneesh Gupta
138148a788
Update markdown documentation
...
Change-Id: I92cf4411d601e5bbd62ce6c3346cdac0ea2945a8
[ROCm/clr commit: 4138461080 ]
2016-06-29 20:49:40 +05:30
Ben Sander
050430789c
Grid-launch updates to 2.0 and cleanup of old.
...
_ Use fields from GRID_LAUNCH_20 structure
(See USE_GRID_LAUNCH_20 define, currently set to 0)
"1" will require HCC support.
- Remove old DISABLE_GRID_LAUNCH support.
Change-Id: I584ce648d217251789a6283cf27feb24cb7dc8d1
[ROCm/clr commit: e27b5cc927 ]
2016-06-21 23:24:38 -05:00
Ben Sander
c578bb72ef
Update porting guide docs on -stdlib
...
[ROCm/clr commit: 72f7a15e54 ]
2016-05-03 09:20:41 -05:00