Commit Graph

52 Commits

Author SHA1 Message Date
Julia Jiang ac6b19eb21 SWDEV-306204 - update disclaimer in hipamd
Change-Id: I8ad325e310b8aed9f6c618f0dcbf4c0a9b814a48


[ROCm/clr commit: 7c86f2e8d5]
2021-11-12 15:35:20 -05:00
Julia Jiang 291f3b02b3 SWDEV-291894 - update readme for branch info
Change-Id: Ib8e9462e4f67a5d51f75544a5034ef4427aea421


[ROCm/clr commit: a41c5c783b]
2021-08-16 11:01:58 -04:00
Julia Jiang d407cc46ee SWDEV-288929 - update hipamd document
Change-Id: I638afb4c7f0b96df3f0c1cc0b3bf04ab57692d27


[ROCm/clr commit: 70e18827a6]
2021-07-19 17:21:39 -04:00
Rahul Garg 97bdff9e90 SWDEV-290076 - Initial update hipamd README
Change-Id: I60c6bd7f18d3293c876e631c1329e0d6eaa01fc8


[ROCm/clr commit: 85c6e91d0b]
2021-07-12 12:53:16 -04:00
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 5c18e96435 SWDEV-272921, SWDEV-270961 - correct index and linkage
Change-Id: I48a66091bb6f304864e282bd03e9eb748fa04da7


[ROCm/clr commit: 99e03e067a]
2021-03-01 16:07:00 -05:00
David Salinas 5eb35595fb add new code object tooling: roc-obj-ls and roc-obj-extract
SWDEV-229776

Change-Id: Icb11c4552515d3eff3bcf303c4a470ab90d1dd58


[ROCm/clr commit: 7e9b9534d3]
2021-01-14 14:45:46 -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
jujiang 2d3f3335bc SWDEV-249486-add disclaimer
Change-Id: Ic2f478a354ddb6520c8fb762c8978676eb7d3835


[ROCm/clr commit: 51b55c9137]
2020-11-20 11:27:18 -05:00
jujiang 37a2c6c86d SWDEV-259096-update HIP documents
Change-Id: I78294ca55649634ef9eff5c4e38636cb17f5e640


[ROCm/clr commit: f2d68da7c4]
2020-11-11 16:29:52 -05:00
jujiang 0aef2093d9 SWDEV-243933-update HIP README document
Change-Id: Ie303698ae92c7fa1b1202c1ee06beda1005ba065


[ROCm/clr commit: 50b299da66]
2020-07-17 12:26:05 -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
Evgeny Mankov 2b17cd5189 [HIP][doc] Update README.md
[ROCm/clr commit: 2bb166503f]
2020-03-10 18:04:01 +03:00
Evgeny Mankov 8274fd3723 [HIP][HIPIFY] Readmes actualization
[ROCm/clr commit: 0a380694c5]
2020-01-23 20:55:10 +03:00
Evgeny Mankov a525c9ae2a [HIP][doc] Populate README.md with the supported CUDA APIs links
[ROCm/clr commit: 5bcff6f081]
2019-08-05 16:05:39 +03:00
Lucas Campos ded3323a65 Fix typo in README.md
[ROCm/clr commit: ae4c2ee64c]
2019-01-10 09:45:23 +01:00
Ben Sander 235b60165f Make host memory allocations coherent by default.
Associated change is to optimize event recording so it uses
agent-scope releaes (since it was only using system-scope release
to support non-coherent host mem).

Flags and environment variables exist to obtain previous behavior
if desired.  Options are documented in new performance guide.


[ROCm/clr commit: 6576201ec2]
2017-07-26 19:20:34 -05:00
Maneesh Gupta c2cb93b2cc GPUOpen-ProfessionalCompute-Tools -> ROCm-Developer-Tools
Change-Id: I9f5b29dd1097385acecb0c672770d8adca2fdcf7


[ROCm/clr commit: 13e3e63fd8]
2017-07-05 11:44:44 +05:30
Patrick Flick 2f1e4e84a2 fix typo
[ROCm/clr commit: 821c238bad]
2017-06-12 10:15:27 +05:30
Ben Sander a8d917c092 split debugging into separate .md file
[ROCm/clr commit: 61c8633113]
2017-05-16 19:04:25 -05:00
Ben Sander ee05975efa Add HIP_TRACE_API=4. Only display memory allocation/free apis.
[ROCm/clr commit: 7e7ba5027f]
2017-05-16 19:04:25 -05:00
Martin Schleiss 716fac9a99 Fix various typos
Conflicts:
	README.md

Change-Id: Ie296d503d16121a62fed1a208352ec2b81c97fd9


[ROCm/clr commit: dc8db38f04]
2016-12-15 14:06:38 +05:30
Peter Steinberger 432f1c2b7a Fixes a typo: perforamnce -> performance
Change-Id: I85e3b3d22c98c16556227283bfb33530e1bce2cf


[ROCm/clr commit: e2dc1cc27f]
2016-12-15 14:01:08 +05:30
Maneesh Gupta 99d47a0850 clang-hipify -> hipify-clang in documentation
Change-Id: I86ebc8112477db0d3e09f240beb3f9222d909ee6


[ROCm/clr commit: eb1fce0d77]
2016-10-05 23:07:14 +05:30
Ben Sander bff88c9b4f Doc update.
- Add link to new driver porting guide.
- small typo

Change-Id: Ia8e25e371e17f8b4207b99e3fdfb575e59c2ebf2


[ROCm/clr commit: 0b54fd4527]
2016-09-05 09:30:16 -05:00
Maneesh Gupta d690c69309 Update README with branching and tagging information
Change-Id: I2d801ef4f0abe6eb0280f86443bc55725701252a


[ROCm/clr commit: fa83be6004]
2016-09-04 21:15:49 +05:30
Ben Sander 542948ad75 Doc update for README.md - add more intro text, example
Change-Id: I99b8eaacd6460dfdbdbc8ddba3fe589647d877e7


[ROCm/clr commit: 75d1f8c297]
2016-07-26 12:14:02 -05:00
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 f58a6b4dd5 README.md: Fix link to clang-hipify documentation
Change-Id: I4c668c0e3c5ee2b16dfc213b48ccd1dbaac7b2a2


[ROCm/clr commit: a181262ae5]
2016-07-15 14:18:59 +05:30
Ben Sander 81f7559a37 doc update, add proposed .86 release notes
[ROCm/clr commit: c40b212430]
2016-05-03 11:11:04 -05:00
Ben Sander fb2a9f66fc split INSTALL.md into separate file
[ROCm/clr commit: 5d7f1682f4]
2016-05-02 10:19:46 -05:00
Ben Sander 445ca0c7ec merge
[ROCm/clr commit: 563591b065]
2016-04-28 18:24:33 -05:00
Maneesh Gupta 03014e8a1d Merge branch 'release_0.84.00' into privatestaging
Conflicts:
	include/hcc_detail/hip_runtime.h
	src/hip_hcc.cpp


[ROCm/clr commit: 02e6fc27f4]
2016-04-22 10:55:58 +05:30
Maneesh Gupta f5a92e14c1 Update README.md
Improved HIP installation instructions.

[ROCm/clr commit: a283728c44]
2016-04-18 12:49:35 +05:30
Maneesh Gupta efc27a2fa2 Update README.md
Some cosmetic changes

[ROCm/clr commit: 2afa2cd684]
2016-04-18 12:34:36 +05:30
Aditya Atluri d1a9dcb214 Update README.md
[ROCm/clr commit: f7089dbe4b]
2016-04-15 11:08:48 -05:00
Ben Sander 9ff4294869 update README for new make/installation steps, new FAQ
[ROCm/clr commit: 489e76e584]
2016-04-14 07:19:07 -05:00
Daniil Fukalov 143864ab5a added clang-hipify
added option to cmake and description how to download and install clang-hipify prerequisites

[ROCm/clr commit: 52fab0ca63]
2016-04-07 00:36:27 +03:00
Maneesh Gupta 3ad342bc06 Update documentation for building and installing hip_hcc
[ROCm/clr commit: b6cde80678]
2016-04-01 16:15:38 +05:30
Aditya Atluri 0e82685f85 Update README.md
[ROCm/clr commit: ae2b136bfe]
2016-03-29 14:23:41 -05:00
Aditya Atluri 5cd8dc9f45 Update README.md
[ROCm/clr commit: 573d331ab8]
2016-03-29 14:11:10 -05:00
Ben Sander 82dff2b93e Provcide more flexiblity in using HIP_PATH to control installation.
Also improve docs for developers / contributing.


[ROCm/clr commit: bcba591852]
2016-03-24 13:33:07 -05:00
Aditya Atluri a94ecf9325 Update README.md
[ROCm/clr commit: 29de33cf9c]
2016-03-23 18:16:11 -05:00
Aditya Atluri ae129d2f57 Update README.md
[ROCm/clr commit: 3f595826f3]
2016-03-23 15:05:50 -05:00
Ben Sander ab9a256f47 Improve trace API
- Validate compile-time disables.
- Add README.md section explain how to install/use CodeXL tracing
- Add code docs on trace_helper.h
- fix color on hipLaunchKernel to green.


[ROCm/clr commit: fa8deac1ad]
2016-03-23 02:57:52 -05:00
Ben Sander acfe7cf1cc Describe how to file an issue
[ROCm/clr commit: 723327cd0f]
2016-03-23 01:15:05 -05:00
Ben Sander 130ffbe536 Describe using HIP with native-gcn compiler
[ROCm/clr commit: 25a94601be]
2016-02-28 21:08:53 -06:00
sunway513 38cc074f08 Add reminder to keep ROCR runtime on the system library path
[ROCm/clr commit: c7cbcfa2e9]
2016-02-11 22:22:00 +05:30
Ben Sander 85fd763081 Update links in docs to GPUOpen and to Doxygen
[ROCm/clr commit: 0dcc03434d]
2016-01-27 00:23:47 -06:00