Evgeny Mankov
d12c1f7eff
Merge pull request #687 from emankov/hipBLAS
...
[HIPIFY][BLAS] Add support of hipblasGemmEx and corresponding types
2018-09-25 18:48:06 +03:00
Evgeny Mankov
65035fa485
[HIPIFY][BLAS] Add support of hipblasGemmEx and corresponding types
...
TODO (hipBLAS/HIP): rename hipblasDatatype_t to hipDataType_t and move it from hipBLAS to HIP, as Data types are used not only in BLAS library.
2018-09-25 18:46:23 +03:00
Evgeny Mankov
f627d9a9a2
[HIPIFY][docs] Update CUDNN_API_supported_by_HIP.md
2018-09-25 16:50:40 +03:00
Maneesh Gupta
b23609ad42
Merge branch 'master' into support-malloc
2018-09-17 10:17:25 +05:30
Yaxun (Sam) Liu
139d76a4db
Document kernel launching for hip-clang
2018-09-04 16:56:53 -04:00
Yaxun (Sam) Liu
4335feba47
Fix documentation about hip-clang macros
2018-08-28 09:55:18 -04:00
Yaxun (Sam) Liu
4216c426eb
Fix documentation about hip-clang macros
2018-08-28 09:48:38 -04:00
Yaxun (Sam) Liu
8b80403ef4
Documents hip-clang predefined macros
2018-08-28 09:43:38 -04:00
Evgeny Mankov
ce57b99f9d
[HIPIFY][Complex] Add cuComplex support
...
+ Add API_COMPLEX support (data types and functions)
+ Add cuComplex_API_supported_by_HIP.md
+ Add cuComplex_Julia.cu test
+ Update README.md
2018-08-08 18:34:57 +03:00
Evgeny Mankov
c57bfd50e3
[HIPIFY][FFT] Add cuFFT support
...
+ Add API_FFT support (data types and functions)
+ Add CUFFT_API_supported_by_HIP.md
+ Add simple_cufft.cu test
+ Update README.md
2018-07-31 22:25:48 +03:00
Evgeny Mankov
e00cfefd4f
[HIPIFY][BLAS] cuBLAS support revise
...
+ doc for CUBLAS API supported by HIP
+ 3 tests: 0 & 1 based indexing, sgemm matmul
2018-07-28 21:00:44 +03:00
Yaxun Sam Liu
d17dc21c9c
Support malloc/free for hip-clang
2018-07-27 16:24:51 -04:00
Maneesh Gupta
25ba9f6f94
Fix typo
2018-07-24 07:30:05 +05:30
Yaxun Sam Liu
674b45902d
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
Evgeny Mankov
618b1f5171
[HIPIFY][DNN] cuDNN support revise
...
+ add doc for CUDDN API supported by HIP
+ cuDNN softMax test
2018-07-20 21:00:24 +03:00
Evgeny Mankov
4e0d07f07a
[HIPIFY] Support of cudaComputeMode / CUcomputemode
...
+ update docs
+ fix typo in hip_runtime_api.h
2018-07-14 16:08:19 +03:00
Rahul Garg
805906d2ad
Updated heading
2018-06-30 11:42:17 +05:30
Rahul Garg
cc14d6440f
Updated indentation
2018-06-30 11:40:32 +05:30
Tomas Wood
683894c698
Update hip_porting_guide.md
...
use ".hip.cpp" for *source* files
2018-06-09 17:16:08 -07:00
Tom Maenan Read Cutting
06538c2b6d
Add space between ### and Notes in hip_terms
...
Makes `Notes` an H3 heading.
2018-05-05 13:30:11 +01:00
Evgeny Mankov
0ad4d520ed
Merge pull request #417 from emankov/master
...
[HIPIFY] Sync with HIP (Execution Control, Surfaces, Memory)
2018-05-03 10:45:51 +03:00
Maneesh Gupta
e1af82d81e
Merge pull request #420 from ROCm-Developer-Tools/sunway513-patch-1
...
Update hip_bugs.md
2018-05-01 12:43:01 +05:30
Peng
ac591da0dd
Update hip_bugs.md
...
Remove several out-date links in hip_bugs.md document
2018-04-30 09:36:37 -05:00
Evgeny Mankov
bfee03f95b
[HIPIFY] Sync with HIP (Execution Control, Surfaces, Memory)
...
Execution Control [deprecated since 7.0]:
cudaConfigureCall -> hipConfigureCall
cudaLaunch -> hipLaunchByPtr
cudaSetupArgument -> hipSetupArgument
Surfaces (partially):
cudaSurfaceObject_t -> hipSurfaceObject_t
cudaSurfaceBoundaryMode -> hipSurfaceBoundaryMode
cudaCreateSurfaceObject -> hipCreateSurfaceObject
cudaDestroySurfaceObject -> hipDestroySurfaceObject
Memory Management:
cudaMemset2DAsync -> hipMemset2DAsync
2018-04-24 22:04:04 +03:00
Rahul Garg
a68b9b6bf6
Added deprecation note in cuCtx section
2018-04-20 22:43:58 +05:30
Rahul Garg
89674c54a7
Mark hipCtx APIs as deprecated
2018-04-20 17:34:48 +05:30
Yaxun (Sam) Liu
0e1ae245d2
Update HIP language spec to support both <<< >>> kernel launching mechanism and hipLaunchKernel
2018-04-02 11:58:32 -04:00
Rahul Garg
c47ae45d0a
Update the programming guide with environemnt variables names and default threshold values used.
2018-02-06 14:29:04 +05:30
Evgeny Mankov
eef94a74bc
[HIPIFY][tests] add poisson-api-example test
...
+ add missing types
+ doc update
2018-01-30 19:50:18 +03:00
Evgeny Mankov
58f2d3c93f
[HIPIFY] InclusionDirective refactoring
...
Due to support of cuRAND headers.
+ compound test on all headers is added;
+ missing entities are added with updating the doc;
+ a couple cuRAND tests are added (https://github.com/ROCmSoftwarePlatform/rocRAND/tree/master/benchmark ):
- the following CUDA entities are still unsupported by hipRAND:
curandMakeMTGP32Constants
curandMakeMTGP32KernelState
curandGetDirectionVectors32
curandDirectionVectorSet_t
CURAND_DIRECTION_VECTORS_32_JOEKUO6
curandStateSobol64_t
curandStateScrambledSobol64_t
curandGenerateLongLong
- and the following - by HIP:
cudaRuntimeGetVersion
- those entities are handled by CHECK-NOT directive for now.
2018-01-29 18:33:47 +03:00
Maneesh Gupta
51ade281bd
Merge pull request #317 from ROCm-Developer-Tools/fix_hip_debugging_doc
...
Update hip_debugging.md on typo of chicken bits
2018-01-26 07:00:35 +05:30
Evgeny Mankov
5b1b3438fd
[HIPIFY] cuRAND lib support (Device)
2018-01-19 21:29:05 +03:00
Evgeny Mankov
2e2e38f163
[HIPIFY] cuRAND lib support (partial - only Host)
2018-01-19 17:38:51 +03:00
Evgeny Mankov
a8cae9ec07
Merge pull request #332 from emankov/cudaMap_2
...
[HIPIFY] Add cudaMalloc3D support
2018-01-18 13:05:57 +03:00
Evgeny Mankov
eb27585136
[HIPIFY] Add cudaMalloc3D support
2018-01-18 12:28:56 +03:00
Evgeny Mankov
2bf8cc691b
[HIPIFY] Add CUDA Driver API Texture Ref support (partial)
2018-01-18 12:03:03 +03:00
Evgeny Mankov
e2ac6c6296
[HIPIFY] Add more supported by HIP CUDA Driver API Arrays data types and functions
2018-01-16 21:07:50 +03:00
Peng
0831736e70
Update hip_debugging.md on typo of chicken bits
2018-01-13 12:33:27 -06:00
Ben Sander
3a1520025d
Update RELEASE.md and bugs to reflect HIP infra improvements.
2017-12-01 16:09:24 -06:00
Rahul Garg
3e9a4cfdd1
Porting guides update for texture APIs usage
2017-11-24 12:00:55 +05:30
Evgeny Mankov
858315b4cd
[HIPIFY] CUDA RT Textures and Arrays support update
2017-10-05 16:38:36 +03:00
Evgeny Mankov
bbaf16b263
[HIPIFY] CUDA RT Textures support update
2017-09-18 17:52:50 +03:00
Evgeny Mankov
bfa3a0a433
[HIPIFY] Fix typo in doc
2017-09-18 17:26:33 +03:00
Sandeep Kumar
6eb1d2d52f
Add more info for inline asm in hip kernel guide and cookbook readme
2017-09-13 12:57:37 +05:30
Ben Sander
a6d1778fff
Update docs.
...
- Review unsupported comments and refresh.
- Review experimental tag in API.
2017-08-28 15:44:38 -05:00
Rahul Garg
a8512b7597
docs update for memcpytosymbol support
2017-08-08 09:13:12 +05:30
Evgeny Mankov
4486f91350
Update CUDA_Runtime_API_functions_supported_by_HIP.md
2017-07-28 01:41:14 +03:00
Evgeny Mankov
681dd9e14d
Update CUDA_Runtime_API_functions_supported_by_HIP.md
2017-07-28 01:38:50 +03:00
Evgeny Mankov
fa7719b5b5
[HIPIFY] CUDA RT Textures support
2017-07-27 18:39:40 +03:00
Maneesh Gupta
9086c14936
Merge pull request #116 from bensander/enable_coh_host
...
Make host memory allocations coherent by default.
2017-07-27 10:45:32 +05:30