Skip to content

Commit

Permalink
SWDEV-427628 - Documentation restructure
Browse files Browse the repository at this point in the history
Upstream of documentation restructure and adds some of the absent math
and async function documentation.

Change-Id: Ia7a6fbe053afe85015b04e20a610115be3c664af
  • Loading branch information
MathiasMagnus committed Feb 2, 2024
1 parent 310b089 commit b484877
Show file tree
Hide file tree
Showing 25 changed files with 3,515 additions and 5,881 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Contributor Guidelines
# Contributor guidelines

## Make Tips
`ROCM_PATH` is path where ROCM is installed. BY default `ROCM_PATH` is `/opt/rocm`.
If you want to contribute to the HIP project, review the following guidelines. If you want to contribute
to our documentation, refer to {doc}`Contribute to ROCm docs <rocm:conribute/index>`.

## Make tips

`ROCM_PATH` is path where ROCm is installed. BY default `ROCM_PATH` is `/opt/rocm`.
When building HIP, you will likely want to build and install to a local user-accessible directory (rather than `<ROCM_PATH>`).
This can be easily be done by setting the `-DCMAKE_INSTALL_PREFIX` variable when running cmake. Typical use case is to
set `CMAKE_INSTALL_PREFIX` to your HIP git root, and then ensure `HIP_PATH` points to this directory. For example
Expand All @@ -15,9 +19,8 @@ export HIP_PATH=

After making HIP, don't forget the "make install" step !

## Add a new HIP API


## Adding a new HIP API
- Add a translation to the hipify-clang tool ; many examples abound.
- For stat tracking purposes, place the API into an appropriate stat category ("dev", "mem", "stream", etc).
- Add a inlined NVIDIA implementation for the function in include/hip/nvidia_detail/hip_runtime_api.h.
Expand Down
200 changes: 0 additions & 200 deletions docs/developer_guide/build.md

This file was deleted.

Loading

0 comments on commit b484877

Please sign in to comment.