Skip to content

Commit

Permalink
Refactor HIP porting guide
Browse files Browse the repository at this point in the history
  • Loading branch information
MKKnorr committed Jan 24, 2025
1 parent fa6afca commit 98da3e8
Show file tree
Hide file tree
Showing 6 changed files with 717 additions and 607 deletions.
2 changes: 1 addition & 1 deletion docs/how-to/hip_cpp_language_extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ compile-time constant on the host. It has to be queried using
applications. NVIDIA devices return 32 for this variable; AMD devices return
64 for gfx9 and 32 for gfx10 and above. While code that assumes a ``warpSize``
of 32 can run on devices with a ``warpSize`` of 64, it only utilizes half of
the the compute resources.
the compute resources.

********************************************************************************
Vector types
Expand Down
582 changes: 0 additions & 582 deletions docs/how-to/hip_porting_guide.md

This file was deleted.

Loading

0 comments on commit 98da3e8

Please sign in to comment.