Skip to content

Commit

Permalink
Removed out-of-date doxygen comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalroz committed Oct 26, 2024
1 parent c8a5657 commit 949b457
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/cuda/api/stream.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1053,19 +1053,6 @@ inline CUresult write_value<uint64_t>(CUstream stream_handle, CUdeviceptr addres
return cuStreamWriteValue64(stream_handle, address, value, flags);
}

/**
* A function used internally by this class as the host function to call directly; see
* @ref enqueue_t::host_function_call - but only with CUDA version 10.0 and later.
*
* @param stream_handle the ID of the stream for which a host function call was triggered - this
* will be passed by the CUDA runtime
* @param stream_wrapper_members_and_invokable a tuple, containing the information necessary to
* recreate the wrapper with which the callback is associated, without any additional CUDA API calls -
* plus the invokable which was passed to @ref enqueue_t::host_function_call, and which the programmer
* actually wants to be called.
*
* @note instances of this template are of type {@ref callback_t}.
*/
template <typename Function>
void enqueue_function_call(const stream_t& stream, Function function, void* argument)
{
Expand Down

0 comments on commit 949b457

Please sign in to comment.