Skip to content

Commit

Permalink
Add MathiasMagnus SAXPY tutorial
Browse files Browse the repository at this point in the history
- Move md files to rst
- Impl editorial suggestions from @lpaoletti
- External PR feedbacks from HIP team
  • Loading branch information
neon60 committed Jul 5, 2024
1 parent 9048e93 commit cde07c8
Show file tree
Hide file tree
Showing 5 changed files with 770 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ALUs
AmgX
APU
AQL
AXPY
Asynchrony
backtrace
Bitcode
Expand All @@ -15,6 +16,7 @@ clr
cuBLASLt
cuCtx
cuDNN
dataflow
deallocate
denormal
dll
Expand All @@ -23,6 +25,8 @@ EIGEN
EIGEN's
enqueue
enqueues
entrypoint
entrypoints
enum
embeded
extern
Expand All @@ -40,12 +44,14 @@ hipother
HIPRTC
hcBLAS
icc
IILE
inplace
Interoperation
interoperate
Intrinsics
intrinsics
IPC
IPs
isa
Lapack
latencies
Expand All @@ -67,7 +73,10 @@ NDRange
nonnegative
Numa
Nsight
overindex
overindexing
oversubscription
pragmas
preconditioners
prefetched
preprocessor
Expand All @@ -80,13 +89,16 @@ ROCm's
rocTX
RTC
RTTI
SAXPY
scalarizing
sceneries
shaders
SIMT
SPMV
structs
SYCL
syntaxes
tradeoffs
typedefs
WinGDB
zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ On non-AMD platforms, like NVIDIA, HIP provides header files required to support

* [HIP examples](https://github.com/ROCm/HIP-Examples)
* [HIP test samples](https://github.com/ROCm/hip-tests/tree/develop/samples)
* [SAXPY tutorial](./tutorial/saxpy)

:::

Expand Down
1 change: 1 addition & 0 deletions docs/sphinx/_toc.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ subtrees:
title: HIP examples
- url: https://github.com/ROCm/hip-tests/tree/develop/samples
title: HIP test samples
- file: tutorial/saxpy

- caption: About
entries:
Expand Down
Loading

0 comments on commit cde07c8

Please sign in to comment.