Julia Jiang
9db0a095f9
SWDEV-306204 - Update HIP doxygen and documents ( #2432 )
...
Change-Id: I796eda5cb14dfd00d2a806c57c0550356fbbcdb2
2022-02-25 19:06:58 +05:30
Julia Jiang
d32367a1d8
SWDEV-272921, SWDEV-270961 - correct index and linkage
...
Change-Id: I48a66091bb6f304864e282bd03e9eb748fa04da7
2021-03-01 16:07:00 -05:00
Tao Sang
c2adc70d4d
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
2021-01-05 10:39:31 -05:00
Siu Chi Chan
5df9b3d7cc
Update HIP docs
...
Purge all obsoleted information that is only relevant to HCC
Change-Id: Ice6ae174a73ccac9dfe2ca05027d1ecdb32558d7
2020-11-27 14:48:09 -05:00
Evgeny Mankov
ff8d193b7f
[HIP][doc] Update docs due to moving of HIPIFY to a separate repo ( #2001 )
2020-04-07 14:03:19 +05:30
Yaxun (Sam) Liu
3c80389584
Add new kernel launching API for hip-clang
2019-09-26 20:15:24 -04:00
Yaxun (Sam) Liu
1bb28375bc
Document kernel launching for hip-clang
2018-09-04 16:56:53 -04:00
Maneesh Gupta
762786e091
Fix typo
2018-07-24 07:30:05 +05:30
Yaxun Sam Liu
edbfc6f5c5
Document hip-clang fatbinary format and initialization function
...
This is for documenting the change in hip-clang: https://reviews.llvm.org/D49083
2018-07-23 09:28:40 -04:00
Rahul Garg
39b5b07dc3
Added deprecation note in cuCtx section
2018-04-20 22:43:58 +05:30
Rahul Garg
04bc5a1d1f
Porting guides update for texture APIs usage
2017-11-24 12:00:55 +05:30
Evgeny Mankov
270f643c9c
[HIP] [HIPIFY] [FIX] cuModuleLoadDataEx -> hipModuleLoadDataEx
...
https://github.com/GPUOpen-ProfessionalCompute-Tools/HIP/issues/81
1. Do not use JIT options on HCC path, call hipModuleLoadData instead.
2. NVCC path is unchanged, to call cuModuleLoadDataEx with all options.
3. Get rid of manual hipification, based on #ifdef #else for NVCC/HIP.
4. Update documentation accordingly.
2017-05-19 17:22:14 +03:00
Evgeny Mankov
76820409a8
[HIP] [DOC] Update hip_porting_driver_api.md
...
+ Fix typos, formatting, update CUDA Driver API support.
2017-03-16 14:39:28 +03:00
Robert
65ad9d80d7
fix spelling errors
...
Conflicts:
README.md
docs/markdown/hip_faq.md
Change-Id: I8ca025e01276939ed3d7be24200ecaa8cf5e1e2c
2017-01-13 14:42:37 +05:30
Martin Schleiss
263dcfed83
Fix various typos
...
Conflicts:
README.md
Change-Id: Ie296d503d16121a62fed1a208352ec2b81c97fd9
2016-12-15 14:06:38 +05:30
Rahul Garg
dd84bb0d84
Added context related difference note in hip_porting_driver_api.md
...
Change-Id: I5bd2884a16db51871baa7c19fa2bd63a0bd3adad
2016-09-01 11:35:42 +05:30
Aditya Atluri
24e5fde444
added docs to how to use hipModuleLaunchKernel
...
Change-Id: I626241552c69cdae56501371374ca8f2c6776c85
2016-08-29 15:38:04 -05:00
Aditya Atluri
874740bd55
added sample to porting driver guide
...
Change-Id: Ia2b54311cec617e5e2a162fd31415c8caad4a374
2016-08-29 15:25:35 -05:00
Ben Sander
d95c293182
Add docs on porting driver API
2016-08-26 10:46:39 -05:00