Skip to content

Commit

Permalink
Fix nvcc to nvrtc and add a link.
Browse files Browse the repository at this point in the history
  • Loading branch information
toslunar committed Jul 3, 2018
1 parent f03bb03 commit 1684d11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cupy/core/elementwise.pxi
Expand Up @@ -468,7 +468,8 @@ cdef class ElementwiseKernel:
(i.e., the arrays are reshaped without copy to the minimum
dimension) by default. It may make the kernel fast by reducing the
index calculations.
options (tuple): Options passed to the ``nvcc`` command.
options (tuple): Compile options passed to NVRTC. For details, see
https://docs.nvidia.com/cuda/nvrtc/index.html#group__options.
preamble (str): Fragment of the CUDA-C/C++ code that is inserted at the
top of the cu file.
no_return (bool): If ``True``, __call__ returns ``None``.
Expand Down

0 comments on commit 1684d11

Please sign in to comment.