mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-05-13 17:55:39 +00:00
Add multi-cuda wheel build (#289)
Co-authored-by: Ashwin Srinath <shwina@users.noreply.github.com> Co-authored-by: Nader Al Awar <naderalawar@gmail.com>
This commit is contained in:
@@ -272,7 +272,11 @@ std::unique_ptr<GlobalBenchmarkRegistry, py::nodelete> global_registry{};
|
||||
// If you modify these bindings, please be sure to update the
|
||||
// corresponding type hints in ``../cuda/nvbench/__init__.pyi``
|
||||
|
||||
PYBIND11_MODULE(_nvbench, m)
|
||||
#ifndef PYBIND11_MODULE_NAME
|
||||
#define PYBIND11_MODULE_NAME _nvbench
|
||||
#endif
|
||||
|
||||
PYBIND11_MODULE(PYBIND11_MODULE_NAME, m)
|
||||
{
|
||||
// == STEP 1
|
||||
// Set environment variable CUDA_MODULE_LOADING=EAGER
|
||||
|
||||
Reference in New Issue
Block a user