Skip to content

Commit

Permalink
Comment out the TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
hdelan committed Jan 12, 2024
1 parent 3d58101 commit f88620c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion scripts/core/CUDA.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,9 @@ types, depending on the entry point called.
with the ${x}_mem_handle_t. If the ${x}_device_handle_t argument passed to
${x}MemGetNativeHandle is ``nullptr``,
``UR_RESULT_ERROR_UNSUPPORTED_FEATURE`` will be returned.
- TODO: add more stuff

..
TODO: add more stuff
Other Notes
===========
Expand Down
3 changes: 2 additions & 1 deletion scripts/core/HIP.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ types, depending on the entry point called.
context with the ${x}_mem_handle_t. If the ${x}_device_handle_t argument
passed to ${x}MemGetNativeHandle is ``nullptr``,
``UR_RESULT_ERROR_UNSUPPORTED_FEATURE`` will be returned.
- TODO: add more stuff
..
TODO: add more stuff

Other Notes
Expand Down

0 comments on commit f88620c

Please sign in to comment.