Commit Graph

14 Commits

Author SHA1 Message Date
Yaxun (Sam) Liu 9ef2687f45 Add new kernel launching API for hip-clang
[ROCm/hip commit: 3c80389584]
2019-09-26 20:15:24 -04:00
Yaxun (Sam) Liu 372c7a98d2 Document kernel launching for hip-clang
[ROCm/hip commit: 1bb28375bc]
2018-09-04 16:56:53 -04:00
Maneesh Gupta dc62628f4e Fix typo
[ROCm/hip commit: 762786e091]
2018-07-24 07:30:05 +05:30
Yaxun Sam Liu 920e0a802b Document hip-clang fatbinary format and initialization function
This is for documenting the change in hip-clang: https://reviews.llvm.org/D49083


[ROCm/hip commit: edbfc6f5c5]
2018-07-23 09:28:40 -04:00
Rahul Garg 6538884ebe Added deprecation note in cuCtx section
[ROCm/hip commit: 39b5b07dc3]
2018-04-20 22:43:58 +05:30
Rahul Garg da1e6b14f5 Porting guides update for texture APIs usage
[ROCm/hip commit: 04bc5a1d1f]
2017-11-24 12:00:55 +05:30
Evgeny Mankov 042de3e175 [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.


[ROCm/hip commit: 270f643c9c]
2017-05-19 17:22:14 +03:00
Evgeny Mankov e4af25d292 [HIP] [DOC] Update hip_porting_driver_api.md
+ Fix typos, formatting, update CUDA Driver API support.


[ROCm/hip commit: 76820409a8]
2017-03-16 14:39:28 +03: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
Rahul Garg 39702e67f5 Added context related difference note in hip_porting_driver_api.md
Change-Id: I5bd2884a16db51871baa7c19fa2bd63a0bd3adad


[ROCm/hip commit: dd84bb0d84]
2016-09-01 11:35:42 +05:30
Aditya Atluri 814e28e147 added docs to how to use hipModuleLaunchKernel
Change-Id: I626241552c69cdae56501371374ca8f2c6776c85


[ROCm/hip commit: 24e5fde444]
2016-08-29 15:38:04 -05:00
Aditya Atluri 974df925a7 added sample to porting driver guide
Change-Id: Ia2b54311cec617e5e2a162fd31415c8caad4a374


[ROCm/hip commit: 874740bd55]
2016-08-29 15:25:35 -05:00
Ben Sander f4d3a5648c Add docs on porting driver API
[ROCm/hip commit: d95c293182]
2016-08-26 10:46:39 -05:00