Initial Documentation Site - #195
Conversation
| hsqrt = bind_cxx_function(shim_writer, decls.functions[1]) | ||
|
|
||
| # Use within Numba | ||
| @cuda.jit(link=shim_writer.links()) |
There was a problem hiding this comment.
Is this still needed? This is declared legacy in the numba-cuda docs: https://nvidia.github.io/numba-cuda/user/cuda_ffi.html#legacy-cuda-jit-decorator-link-support
There was a problem hiding this comment.
As of now, this is still needed. Relatively low effort to remove that requirement.
|
|
||
| .. code-block:: bash | ||
|
|
||
| conda install Numbast |
There was a problem hiding this comment.
This is only on the nvidia channel currently? We should really publish it onto conda-forge as well.
There was a problem hiding this comment.
btw this is the old format (for Furo); for the new format (for nvidia-sphinx-theme), look at what we have.
There was a problem hiding this comment.
In case I forgot to provide a pointer 😅 this PR could be a good reference for how to transition to the NV theme: NVIDIA/cuda-python#874
There was a problem hiding this comment.
For brand new docs you don't need to keep the old format like what we do (for bc reasons)
|
LGTM except for the json format! |
leofang
left a comment
There was a problem hiding this comment.
I do not build locally but seems like a great start!
Bump version to 0.5.4 - Bump version to 0.5.4 - Allow ParseError to be Bypassed via argument (#206) - Add CI Scripts to Build Documentation Pages to GH-Pages (#204) - Codify Clang Version Support in C++ (#205) - Use New Bfloat16 Numba-CUDA Type (#179) - Initial Documentation Site (#195) Co-authored-by: Michael Wang <isVoid@users.noreply.github.com>
Initial commit for cuda-python theme documentation site for Numbast
