gpu
Here are 160 public repositories matching this topic...
Thank you for this fantastic work!
Could it be possible the fit_transform() method returns the KL divergence of the run?
Thx!
Segmented reduce uses the same template type OffsetIteratorT for begin and end offsets
static CUB_RUNTIME_FUNCTION cudaError_t cub::DeviceSegmentedReduce::Sum
( void * d_temp_storage,
size_t & temp_storage_bytes,
InputIteratorT d_in,
OutputIteratorT d_out,
int num_segments,
OffsetIterato-
Updated
Dec 7, 2020 - Cuda
-
Updated
Nov 20, 2020 - Cuda
The version of device_copy_n which takes a CUDA stream argument
https://github.com/clara-parabricks/GenomeWorks/blob/74e6424c156a7ee15b4137d4788a4257ee6482c4/common/base/include/claraparabricks/genomeworks/utils/cudautils.hpp#L138
should be renamed to device_copy_n_async to make the non-blocking behavior more obvious.
The blocking three-argument version of device_copy_n should remain
-
Updated
Mar 10, 2020 - Cuda
-
Updated
Aug 14, 2018 - Cuda
-
Updated
Nov 3, 2018 - Cuda
-
Updated
Nov 23, 2020 - Cuda
-
Updated
Jul 11, 2019 - Cuda
-
Updated
Mar 31, 2018 - Cuda
-
Updated
Apr 7, 2020 - Cuda
-
Updated
Sep 10, 2020 - Cuda
-
Updated
Nov 23, 2020 - Cuda
-
Updated
Jul 9, 2019 - Cuda
-
Updated
May 22, 2018 - Cuda
-
Updated
Dec 26, 2019 - Cuda
-
Updated
May 28, 2020 - Cuda
-
Updated
Sep 12, 2018 - Cuda
-
Updated
Aug 29, 2020 - Cuda
-
Updated
Jan 17, 2020 - Cuda
-
Updated
May 10, 2020 - Cuda
Improve this page
Add a description, image, and links to the gpu topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gpu topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
While porting some code from SKL to cuML, I have noticed the following:
SKL:
from sklearn.model_selection import train_test_splitcuML:
from cuml.preprocessing.model_selection import train_test_splitIf I try to do
from cuml.model_selection import train_test_split, the following error is displayed:`ModuleNotFoundE