Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
Update HIP-GUIDE.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Rmalavally authored Apr 21, 2020
1 parent 6baed62 commit 85b405c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Programming_Guides/HIP-GUIDE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,8 @@ The assert function is under development.

Printf
********
The printf function is under development.
HIP supports the use of *printf* in the device code. The parameters and return value for the device-side *printf* follow the POSIX.1 standard, with the exception that the "%n" specifier is not supported. No host side runtime calls by the application are needed to cause the output to appear. There is no limit on the number of device-side calls to *printf* or the amount of data that is printed.


Device-Side Dynamic Global Memory Allocation
*********************************************
Expand Down

0 comments on commit 85b405c

Please sign in to comment.