Commit Graph

44 Commits

Author SHA1 Message Date
Nicholas Malaya 0915e29c6f 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/hip commit: 5a6eafcbf1]
2019-09-03 05:13:35 +00:00
Rahul Garg 579df39026 [docs] Attribute details for launch kernel greater than 256 (#1319)
* Add attribute detail for kernel launch group > 256

* Add example


[ROCm/hip commit: 6d6b89d247]
2019-08-14 11:29:04 +00:00
Nick Curtis 5fa2bfab3b Fix HIP Platform defines
Remove extra trailing `_` in platform defines

[ROCm/hip commit: b3322784e4]
2019-08-09 09:25:31 -05:00
Rahul Garg a53639b073 [docs]Fix texture reference APIs usage part
[ROCm/hip commit: ccaea193b2]
2019-07-30 02:56:47 +05:30
Stanley Tsang 4d7b8ce2d6 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/hip commit: 6531262126]
2018-12-19 12:21:02 -05:00
Nicholas Malaya 45be6e01d3 Update hip_porting_guide.md
[ROCm/hip commit: 26e9489287]
2018-10-17 14:27:11 -05:00
Nicholas Malaya ebcc1919cd Fixing link
[ROCm/hip commit: 62c57a65bd]
2018-10-17 14:26:49 -05:00
Nicholas Malaya 97e7234a47 Fixing a link
[ROCm/hip commit: 29db8e9678]
2018-10-17 14:25:54 -05:00
Nicholas Malaya f73bac6908 Adding library equivalent section
[ROCm/hip commit: 32c122eae5]
2018-10-17 14:25:07 -05:00
Nicholas Malaya d78e52fa0c Small editing changes to clean up document
[ROCm/hip commit: b1b9366656]
2018-10-17 14:11:25 -05:00
Nicholas Malaya 87580d3090 Fixing a broken indentation
Minor (cosmetic) edit to make items appear in ordered bulleted list

[ROCm/hip commit: 2ef15fd5b6]
2018-10-17 13:56:51 -05:00
Nicholas Malaya d7c59e2992 Update hip_porting_guide.md
Adding hyperlink to bin/hipconvertinplace.sh

[ROCm/hip commit: d9e03872ab]
2018-10-17 13:49:47 -05:00
Yaxun (Sam) Liu 6798169f4d Fix documentation about hip-clang macros
[ROCm/hip commit: 8c0860df88]
2018-08-28 09:55:18 -04:00
Yaxun (Sam) Liu d9a5cc2560 Fix documentation about hip-clang macros
[ROCm/hip commit: f991117288]
2018-08-28 09:48:38 -04:00
Yaxun (Sam) Liu fb55365af2 Documents hip-clang predefined macros
[ROCm/hip commit: d107b460b2]
2018-08-28 09:43:38 -04:00
Tomas Wood d6c5a2539f Update hip_porting_guide.md
use ".hip.cpp" for *source* files

[ROCm/hip commit: ed7dee4d19]
2018-06-09 17:16:08 -07:00
Rahul Garg da1e6b14f5 Porting guides update for texture APIs usage
[ROCm/hip commit: 04bc5a1d1f]
2017-11-24 12:00:55 +05:30
Rahul Garg d571697190 docs update for memcpytosymbol support
[ROCm/hip commit: eb25bd72db]
2017-08-08 09:13:12 +05:30
Ben Sander b7b7c7b7ac Remove HIP_NUM_KERNELS_INFLIGHT. (redundant with HCC controls)
[ROCm/hip commit: 578d430bb3]
2017-05-24 01:03:28 -05:00
Maneesh Gupta 3e976c9aa0 Updated table of contents in markdown documentation
Change-Id: I7347a06f57f9927ca3fcc5590a6c8200bc1bb1f5


[ROCm/hip commit: 16215ea9b2]
2017-04-07 15:38:56 +05:30
pensun 4d748e3cd7 update porting guide for updated __HIP_DEVICE_COMPILE__
Change-Id: I0f025d354f76e2d728231bf112a77e8c8fcacc8c


[ROCm/hip commit: 37ed319a20]
2017-03-10 10:01:12 -06:00
pensun ba1f2acfc5 fix typo in hip_porting_guide
Change-Id: I42553d9a4de2901dfdd57384b52a04e8fb22edde


[ROCm/hip commit: 7290cb07ec]
2017-03-08 23:37:50 -06:00
pensun 1cdf972180 update hip_porting_guide regarding platform depended macros
Change-Id: I3029c6ae6cb280500bba294925ed6e9dc9dcc94d


[ROCm/hip commit: ac4b7e3f91]
2017-02-28 07:33:01 -06:00
Robert a0cb435ab9 fix spelling errors
Conflicts:
	README.md
	docs/markdown/hip_faq.md

Change-Id: I8ca025e01276939ed3d7be24200ecaa8cf5e1e2c


[ROCm/hip commit: 65ad9d80d7]
2017-01-13 14:42:37 +05:30
Martin Schleiss d3ca48fc45 Fix various typos
Conflicts:
	README.md

Change-Id: Ie296d503d16121a62fed1a208352ec2b81c97fd9


[ROCm/hip commit: 263dcfed83]
2016-12-15 14:06:38 +05:30
Ben Sander 0845025a21 Rename HIP_ATP_MARKER and profiling vars
HIP_PROFILE_API
HIP_DB_START_API
HIP_DB_STOP_API

Change-Id: I6c4da67212ff8217e6356a2622d4c6278a188c34


[ROCm/hip commit: e9056798f6]
2016-10-27 23:09:31 -05:00
Aditya Atluri 165f245dd7 changed docs to update support for memcpyToSymbol
Change-Id: I63169cb10e64033a92dafd46930f499cdf145a8d


[ROCm/hip commit: 6c92ffcf15]
2016-10-20 14:05:43 -05:00
Ben Sander 87a50740b7 Update docs (supported env vars).
[ROCm/hip commit: 4b724b97e6]
2016-10-05 12:18:42 -05:00
Aditya Atluri 619b0c3cb6 updated symbol usage in docs
Change-Id: I522c793f9cfa6a912dcb4a3d0044e94de3d3cd0e


[ROCm/hip commit: 239ba104fd]
2016-10-01 13:41:09 -05:00
Ben Sander 68fb1ad1c0 Doc update. Describe memcpytosymbol, threadfence_system workarounds
[ROCm/hip commit: 99727231a3]
2016-08-29 13:45:20 -05:00
Ben Sander c9c8c1323f Document workaround for parenthesis+macro+hipLaunchKernel
Change-Id: Ie04c99db92d6499ddde93028a96f9d8f72d3f992


[ROCm/hip commit: 1786b120ed]
2016-08-10 08:59:47 -05:00
Maneesh Gupta adfaa47840 Documentation updates
Change-Id: Ia624d86915c4c96da0ac0242f767135f30ff73c6


[ROCm/hip commit: 90a3e4e1da]
2016-07-25 14:53:15 +05:30
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 5e70bd325b Merge branch 'release_0.90.00' into amd-develop
Conflicts:
	bin/hipcc

Change-Id: Iced6290fe205551f5d30f656088530b0ea813193


[ROCm/hip commit: 19c0bb0250]
2016-07-15 10:04:03 +05:30
Maneesh Gupta 4722d14459 Update markdown documentation
Change-Id: I92cf4411d601e5bbd62ce6c3346cdac0ea2945a8


[ROCm/hip commit: a5fa9ebf30]
2016-06-29 20:49:40 +05:30
Ben Sander a771352253 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/hip commit: 9f29cc6989]
2016-06-21 23:24:38 -05:00
Ben Sander 9ea10981a7 Update porting guide docs on -stdlib
[ROCm/hip commit: 322665d5ce]
2016-05-03 09:20:41 -05:00
Ben Sander 522ac0a1e7 Doc update
[ROCm/hip commit: 0bf3b0bcd4]
2016-04-27 17:45:14 -05:00
Ben Sander 8204d20644 Describe HIP env vars
[ROCm/hip commit: 2dc7e9ccfa]
2016-03-19 03:09:57 -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 5fc32bc1e8 Copy dependency bug fixes and test modes.
Add dependency for host-to-host copy.

Add debug mode for HIP_DISABLE_HW_COPY_DEP and
HIP_DISABLE_HW_KERNEL_DEP - setting these to -1 now ignores
all dependencies.


[ROCm/hip commit: ba9ad6be80]
2016-02-28 21:19:49 -06:00
Ben Sander 66d6dbf686 disable rocrv2, properly
[ROCm/hip commit: ea09557e1b]
2016-02-27 03:31:30 -06:00
Ben Sander 2170b86afc Doc update
[ROCm/hip commit: fbc27c222b]
2016-02-08 21:44:55 -06:00
Ben Sander 97cf8b8ac9 Initial commit for GPUOpen Launch
[ROCm/hip commit: f38e63ff18]
2016-01-26 20:14:33 -06:00