repo_id
stringlengths
21
96
file_path
stringlengths
31
155
content
stringlengths
1
92.9M
__index_level_0__
int64
0
0
rapidsai_public_repos/deeplearning/champs-scalar-coupling/mpnn_model
rapidsai_public_repos/deeplearning/champs-scalar-coupling/mpnn_model/lib/include.py
import os from datetime import datetime PROJECT_PATH = os.path.dirname(os.path.realpath(__file__).replace('/lib','')) IDENTIFIER = datetime.now().strftime('%Y-%m-%d_%H-%M-%S') #numerical libs import math import numpy as np import random import PIL #import cv2 import matplotlib print('matplotlib.get_backend : ', mat...
0
rapidsai_public_repos/deeplearning/champs-scalar-coupling/mpnn_model/lib
rapidsai_public_repos/deeplearning/champs-scalar-coupling/mpnn_model/lib/net/rate.py
# learning rate schduler from mpnn_model.lib.include import * # http://elgoacademy.org/anatomy-matplotlib-part-1/ def plot_rates(fig, lrs, title=''): N = len(lrs) epoches = np.arange(0,N) #get limits max_lr = np.max(lrs) xmin=0 xmax=N dx=2 ymin=0 ymax=max_lr*1.2 dy=(ymax-ym...
0
rapidsai_public_repos/deeplearning/champs-scalar-coupling/mpnn_model/lib
rapidsai_public_repos/deeplearning/champs-scalar-coupling/mpnn_model/lib/utility/draw.py
import os #qt bug ??? os.environ['QT_XKB_CONFIG_ROOT']='/usr/share/X11/xkb/' from mpnn_model.lib.include import * import matplotlib.cm # draw ----------------------------------- def image_show(name, image, resize=1): H,W = image.shape[0:2] cv2.namedWindow(name, cv2.WINDOW_GUI_NORMAL) #WINDOW_NORMAL #cv2...
0
rapidsai_public_repos/deeplearning/champs-scalar-coupling/mpnn_model/lib
rapidsai_public_repos/deeplearning/champs-scalar-coupling/mpnn_model/lib/utility/file.py
from mpnn_model.lib.include import * import builtins import re class Struct(object): def __init__(self, is_copy=False, **kwargs): self.add(is_copy, **kwargs) def add(self, is_copy=False, **kwargs): #self.__dict__.update(kwargs) if is_copy == False: for key, value in kwargs...
0
rapidsai_public_repos/deeplearning/champs-scalar-coupling
rapidsai_public_repos/deeplearning/champs-scalar-coupling/experiments/MPNN_RNN_PREDICT_TYPE_LMAE_WO_GAUSSRANK.yaml
dataset: input_path: /rapids/notebooks/srabhi/champs-2019/input output_path: /rapids/notebooks/srabhi/champs-2019/output/ script_path: /rapids/notebooks/srabhi/champs-2019/final_solution/mpnn_model/dataset.py normalize: False gaussrank: False model: script_path: /rapids/notebooks/srabhi/c...
0
rapidsai_public_repos/deeplearning/champs-scalar-coupling
rapidsai_public_repos/deeplearning/champs-scalar-coupling/experiments/MPNN_RNN_EMBED_TYPE_LMAE_GAUSSRANK.yaml
dataset: input_path: /rapids/notebooks/srabhi/champs-2019/input output_path: /rapids/notebooks/srabhi/champs-2019/output/ script_path: /rapids/notebooks/srabhi/champs-2019/final_solution/mpnn_model/dataset.py normalize: False gaussrank: True model: script_path: /rapids/notebooks/srabhi/ch...
0
rapidsai_public_repos/deeplearning/champs-scalar-coupling
rapidsai_public_repos/deeplearning/champs-scalar-coupling/experiments/MPNN_PREDICT_TYPE_MLMAE_GAUSSRANK.yaml
dataset: input_path: /rapids/notebooks/srabhi/champs-2019/input output_path: /rapids/notebooks/srabhi/champs-2019/output/ script_path: /rapids/notebooks/srabhi/champs-2019/final_solution/mpnn_model/dataset.py normalize: False gaussrank: True model: script_path: /rapids/notebooks/srabhi/ch...
0
rapidsai_public_repos/deeplearning/champs-scalar-coupling
rapidsai_public_repos/deeplearning/champs-scalar-coupling/experiments/MPNN_PREDICT_TYPE_LMAE_WO_GAUSSRANK.yaml
dataset: input_path: /rapids/notebooks/srabhi/champs-2019/input output_path: /rapids/notebooks/srabhi/champs-2019/output/ script_path: /rapids/notebooks/srabhi/champs-2019/final_solution/mpnn_model/dataset.py normalize: False gaussrank: False model: script_path: /rapids/notebooks/srabhi/c...
0
rapidsai_public_repos/deeplearning/champs-scalar-coupling
rapidsai_public_repos/deeplearning/champs-scalar-coupling/experiments/MPNN_EMBED_TYPE_LMAE_GAUSSRANK.yaml
dataset: input_path: /rapids/notebooks/srabhi/champs-2019/input output_path: /rapids/notebooks/srabhi/champs-2019/output/ script_path: /rapids/notebooks/srabhi/champs-2019/final_solution/mpnn_model/dataset.py normalize: False gaussrank: True model: script_path: /rapids/notebooks/srabhi/ch...
0
rapidsai_public_repos/deeplearning/champs-scalar-coupling
rapidsai_public_repos/deeplearning/champs-scalar-coupling/experiments/MPNN_PREDICT_TYPE_MLMAE_GAUSSRANK_BOOTSTRAP.yaml
dataset: input_path: /rapids/notebooks/srabhi/champs-2019/input output_path: /rapids/notebooks/srabhi/champs-2019/output/ script_path: /rapids/notebooks/srabhi/champs-2019/final_solution/mpnn_model/dataset.py normalize: False gaussrank: True model: script_path: /rapids/notebooks/srabhi/ch...
0
rapidsai_public_repos/deeplearning/champs-scalar-coupling
rapidsai_public_repos/deeplearning/champs-scalar-coupling/experiments/MPNN_RNN_PREDICT_TYPE_MLMAE_GAUSSRANK.yaml
dataset: input_path: /rapids/notebooks/srabhi/champs-2019/input output_path: /rapids/notebooks/srabhi/champs-2019/output/ script_path: /rapids/notebooks/srabhi/champs-2019/final_solution/mpnn_model/dataset.py normalize: False gaussrank: True model: script_path: /rapids/notebooks/srabhi/ch...
0
rapidsai_public_repos/deeplearning/champs-scalar-coupling
rapidsai_public_repos/deeplearning/champs-scalar-coupling/experiments/MPNN_EMBED_TYPE_LMAE_WO_GAUSSRANK.yaml
dataset: input_path: /rapids/notebooks/srabhi/champs-2019/input output_path: /rapids/notebooks/srabhi/champs-2019/output/ script_path: /rapids/notebooks/srabhi/champs-2019/final_solution/mpnn_model/dataset.py normalize: False gaussrank: False model: script_path: /rapids/notebooks/srabhi/c...
0
rapidsai_public_repos/deeplearning/champs-scalar-coupling
rapidsai_public_repos/deeplearning/champs-scalar-coupling/experiments/MPNN_RNN_PREDICT_TYPE_LMAE_GAUSSRANK_BOOTSTRAP.yaml
dataset: input_path: /rapids/notebooks/srabhi/champs-2019/input output_path: /rapids/notebooks/srabhi/champs-2019/output/ script_path: /rapids/notebooks/srabhi/champs-2019/final_solution/mpnn_model/dataset.py normalize: False gaussrank: True model: script_path: /rapids/notebooks/srabhi/ch...
0
rapidsai_public_repos/deeplearning/champs-scalar-coupling
rapidsai_public_repos/deeplearning/champs-scalar-coupling/experiments/.nfs0000000001371b7a000004c5
dataset: input_path: /rapids/notebooks/srabhi/champs-2019/input output_path: /rapids/notebooks/srabhi/champs-2019/output script_path: /rapids/notebooks/srabhi/champs-2019/CherKeng_solution/fastai_code/dataset.py graph_path: /rapids/notebooks/srabhi/champs-2019/input/structure/graph4 normalize: Fals...
0
rapidsai_public_repos/deeplearning/champs-scalar-coupling
rapidsai_public_repos/deeplearning/champs-scalar-coupling/experiments/MPNN_RNN_PREDICT_TYPE_MLMAE_GAUSSRANK_BOOTSTRAP.yaml
dataset: input_path: /rapids/notebooks/srabhi/champs-2019/input output_path: /rapids/notebooks/srabhi/champs-2019/output/ script_path: /rapids/notebooks/srabhi/champs-2019/final_solution/mpnn_model/dataset.py normalize: False gaussrank: True model: script_path: /rapids/notebooks/srabhi/ch...
0
rapidsai_public_repos/deeplearning/champs-scalar-coupling
rapidsai_public_repos/deeplearning/champs-scalar-coupling/experiments/MPNN_RNN_MAE_GAUSSRANK_SINGLE_TYPE.yaml
dataset: input_path: /rapids/notebooks/srabhi/champs-2019/input output_path: /rapids/notebooks/srabhi/champs-2019/output/ script_path: /rapids/notebooks/srabhi/champs-2019/final_solution/mpnn_model/dataset.py normalize: False gaussrank: True model: script_path: /rapids/notebooks/srabhi/ch...
0
rapidsai_public_repos/deeplearning/champs-scalar-coupling
rapidsai_public_repos/deeplearning/champs-scalar-coupling/experiments/MPNN_RNN_MAE_WO_GAUSSRANK_SINGLE_TYPE.yaml
dataset: input_path: /rapids/notebooks/srabhi/champs-2019/input output_path: /rapids/notebooks/srabhi/champs-2019/output/ script_path: /rapids/notebooks/srabhi/champs-2019/final_solution/mpnn_model/dataset.py normalize: False gaussrank: False model: script_path: /rapids/notebooks/srabhi/c...
0
rapidsai_public_repos/deeplearning/champs-scalar-coupling
rapidsai_public_repos/deeplearning/champs-scalar-coupling/experiments/MPNN_RNN_EMBED_TYPE_LMAE_WO_GAUSSRANK.yaml
dataset: input_path: /rapids/notebooks/srabhi/champs-2019/input output_path: /rapids/notebooks/srabhi/champs-2019/output/ script_path: /rapids/notebooks/srabhi/champs-2019/final_solution/mpnn_model/dataset.py normalize: False gaussrank: False model: script_path: /rapids/notebooks/srabhi/c...
0
rapidsai_public_repos/deeplearning/champs-scalar-coupling
rapidsai_public_repos/deeplearning/champs-scalar-coupling/experiments/MPNN_PREDICT_TYPE_LMAE_GAUSSRANK_BOOTSTRAP.yaml
dataset: input_path: /rapids/notebooks/srabhi/champs-2019/input output_path: /rapids/notebooks/srabhi/champs-2019/output/ script_path: /rapids/notebooks/srabhi/champs-2019/final_solution/mpnn_model/dataset.py normalize: False gaussrank: True model: script_path: /rapids/notebooks/srabhi/ch...
0
rapidsai_public_repos/deeplearning/champs-scalar-coupling
rapidsai_public_repos/deeplearning/champs-scalar-coupling/experiments/MPNN_RNN_PREDICT_TYPE_LMAE_GAUSSRANK.yaml
dataset: input_path: /rapids/notebooks/srabhi/champs-2019/input output_path: /rapids/notebooks/srabhi/champs-2019/output/ script_path: /rapids/notebooks/srabhi/champs-2019/final_solution/mpnn_model/dataset.py normalize: False gaussrank: True model: script_path: /rapids/notebooks/srabhi/ch...
0
rapidsai_public_repos/deeplearning/champs-scalar-coupling
rapidsai_public_repos/deeplearning/champs-scalar-coupling/experiments/MPNN_PREDICT_TYPE_LMAE_GAUSSRANK.yaml
dataset: input_path: /rapids/notebooks/srabhi/champs-2019/input output_path: /rapids/notebooks/srabhi/champs-2019/output/ script_path: /rapids/notebooks/srabhi/champs-2019/CherKeng_solution/fastai_code/dataset.py normalize: False gaussrank: True model: script_path: /rapids/notebooks/srabh...
0
rapidsai_public_repos/deeplearning
rapidsai_public_repos/deeplearning/RecSys2020/README.md
## GPU Accelerated Feature Engineering and Training for Recommender Systems (source) This content was moved to a new [competition repository](https://github.com/NVIDIA-Merlin/competitions).
0
rapidsai_public_repos/deeplearning
rapidsai_public_repos/deeplearning/pytorch/README.md
[PyTorch](https://pytorch.org/) is an open source machine learning framework designed to accelerate the path from research prototyping to production deployment. RAPIDS is an active contributor to PyTorch, developing preprocessing functionality and dataloading on the GPU, along with improvements to kernels and optimize...
0
rapidsai_public_repos/deeplearning/pytorch
rapidsai_public_repos/deeplearning/pytorch/optimizers/adamw.py
import math import os from distutils.util import strtobool import torch from torch.optim.optimizer import Optimizer from torch.hub import _check_module_exists NUMBA_CUDA_EXIST = False NUMBA_CUDA_THREAD_PER_BLOCK = 512 if not strtobool(os.environ.get('NO_NUMBA', 'n')) and _check_module_exists("numba.cuda"): import ...
0
rapidsai_public_repos/deeplearning/pytorch
rapidsai_public_repos/deeplearning/pytorch/optimizers/README.md
# pytorch-optimizers Numba accelerated PyTorch Optimizers
0
rapidsai_public_repos/deeplearning/pytorch
rapidsai_public_repos/deeplearning/pytorch/optimizers/adam.py
import math import os from distutils.util import strtobool import torch from torch.optim.optimizer import Optimizer from torch.hub import _check_module_exists NUMBA_CUDA_EXIST = False NUMBA_CUDA_THREAD_PER_BLOCK = 512 if not strtobool(os.environ.get('NO_NUMBA', 'n')) and _check_module_exists("numba.cuda"): import ...
0
rapidsai_public_repos/deeplearning/pytorch
rapidsai_public_repos/deeplearning/pytorch/optimizers/radam.py
import math import os import torch from torch.optim.optimizer import Optimizer, required from distutils.util import strtobool from torch.hub import _check_module_exists class RAdam(Optimizer): def __init__(self, params, lr=1e-3, betas=(0.9, 0.999), eps=1e-8, weight_decay=0): defaults = dict(lr=lr, betas=b...
0
rapidsai_public_repos/deeplearning/pytorch
rapidsai_public_repos/deeplearning/pytorch/optimizers/__init__.py
from .adam import Adam from .adamw import AdamW from .radam import RAdam, PlainRAdam, FusedRAdam
0
rapidsai_public_repos/deeplearning/pytorch
rapidsai_public_repos/deeplearning/pytorch/optimizers/setup.py
#!/usr/bin/env python from setuptools import setup, find_packages setup( name='pytorch_optimizers', version='0.0.1', description='Numba accelerated PyTorch Optimizers', # The project's main homepage. url='https://github.com/madsbk/pytorch-optimizers', # Author details author='Mads R. B....
0
rapidsai_public_repos/deeplearning/pytorch
rapidsai_public_repos/deeplearning/pytorch/optimizers/LICENSE
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, ...
0
rapidsai_public_repos/deeplearning/pytorch
rapidsai_public_repos/deeplearning/pytorch/batch_dataloader/batch_dataset.py
import torch class BatchDataset(object): """An abstract class representing a Batch Dataset. All other datasets should subclass this. All subclasses should override ``__len__``, which provides the size of the dataset, ``__getitem__``, supporting integer indexing of batches in range from 0 to len(self)//...
0
rapidsai_public_repos/deeplearning/pytorch
rapidsai_public_repos/deeplearning/pytorch/batch_dataloader/README.md
### Pytorch Batch Dataloader ## 🚀 Feature A dataloader and dataset that operate at the batch level, rather than the item level, pulling batches from contiguous blocks of memory and avoiding random access patterns in the dataloader. ## Motivation Loading data item by item and coallating into a batch is very inefficien...
0
rapidsai_public_repos/deeplearning/pytorch
rapidsai_public_repos/deeplearning/pytorch/batch_dataloader/batch_dataloader.py
import torch from torch import _utils class BatchDataLoader(object): """Batch Data loader. Takes in a batch dataset and returns iterators that return whole batches of data. Arguments: batchdataset (BatchDataset): dataset from which to load the data. shuffle (bool, optional): set to ``True`` to ...
0
rapidsai_public_repos/deeplearning
rapidsai_public_repos/deeplearning/WSDM2021/README.md
# Using Deep Learning to Win the Booking.com WSDM WebTour21 Challenge on Sequential Recommendations This content was moved to a new [competition repository](https://github.com/NVIDIA-Merlin/competitions).
0
rapidsai_public_repos
rapidsai_public_repos/rapids-cmake/cmake-format-rapids-cmake.json
{ "parse": { "additional_commands": { "rapids_cmake_build_type": { "pargs": { "nargs": 1 } }, "rapids_cmake_install_lib_dir": { "pargs": { "nargs": 1, "flags": ["MODIFY_INSTALL_LIBDIR"] } }, "rapids_cmake_make_global": { ...
0
rapidsai_public_repos
rapidsai_public_repos/rapids-cmake/.pre-commit-config.yaml
# Copyright (c) 2023, NVIDIA CORPORATION. repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0 hooks: - id: trailing-whitespace exclude: | (?x)^( ^rapids-cmake/cpm/patches/.* ) - id: end-of-file-fixer exclude: | (?x)^(...
0
rapidsai_public_repos
rapidsai_public_repos/rapids-cmake/setup.cfg
# Copyright (c) 2023, NVIDIA CORPORATION. [codespell] # note: pre-commit passes explicit lists of files here, which this skip file list doesn't override - # this is only to allow you to run codespell interactively skip = ./.git,./.github # ignore short words, and typename parameters like OffsetT ignore-regex = \b(.{1,...
0
rapidsai_public_repos
rapidsai_public_repos/rapids-cmake/CMakeLists.txt
#============================================================================= # Copyright (c) 2021-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://ww...
0
rapidsai_public_repos
rapidsai_public_repos/rapids-cmake/RAPIDS.cmake
#============================================================================= # Copyright (c) 2021-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://ww...
0
rapidsai_public_repos
rapidsai_public_repos/rapids-cmake/README.md
# <div align="left"><img src="https://rapids.ai/assets/images/rapids_logo.png" width="90px"/>&nbsp;rapids-cmake</div> **NOTE:** For the latest stable [README.md](https://github.com/rapidsai/rapids-cmake/blob/main/README.md) ensure you are on the `main` branch. ## Overview This is a collection of CMake modules that a...
0
rapidsai_public_repos
rapidsai_public_repos/rapids-cmake/CHANGELOG.md
# rapids-cmake 23.10.00 (11 Oct 2023) ## 🐛 Bug Fixes - Quote the list of patch files in case they have spaces in their paths ([#463](https://github.com/rapidsai/rapids-cmake/pull/463)) [@ericniebler](https://github.com/ericniebler) - cpm overrides don&#39;t occur when `CPM_&lt;pkg&gt;_SOURCE` exists ([#458](https://...
0
rapidsai_public_repos
rapidsai_public_repos/rapids-cmake/init.cmake
#============================================================================= # Copyright (c) 2021-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://ww...
0
rapidsai_public_repos
rapidsai_public_repos/rapids-cmake/dependencies.yaml
# Dependency list for https://github.com/rapidsai/dependency-file-generator files: test: output: none includes: - build - cudatoolkit - docs - py_version - test checks: output: none includes: - build - style_checks - py_version docs: output: none...
0
rapidsai_public_repos
rapidsai_public_repos/rapids-cmake/CONTRIBUTING.md
# Contributing to rapids-cmake If you are interested in contributing to rapids-cmake, your contributions will fall into three categories: 1. You want to report a bug, feature request, or documentation issue - File an [issue](https://github.com/rapidsai/rapids-cmake/issues/new/choose) describing what you encoun...
0
rapidsai_public_repos
rapidsai_public_repos/rapids-cmake/LICENSE
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, ...
0
rapidsai_public_repos
rapidsai_public_repos/rapids-cmake/.clang-format
--- # Refer to the following link for the explanation of each params: # http://releases.llvm.org/8.0.0/tools/clang/docs/ClangFormatStyleOptions.html Language: Cpp # BasedOnStyle: Google AccessModifierOffset: -1 AlignAfterOpenBracket: Align AlignConsecutiveAssignments: true AlignConsecutiveBitFields: true AlignConsecu...
0
rapidsai_public_repos/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/rapids-export.cmake
#============================================================================= # Copyright (c) 2021, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apa...
0
rapidsai_public_repos/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/rapids-cuda.cmake
#============================================================================= # Copyright (c) 2021, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apa...
0
rapidsai_public_repos/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/rapids-find.cmake
#============================================================================= # Copyright (c) 2021, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apa...
0
rapidsai_public_repos/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/rapids-cpm.cmake
#============================================================================= # Copyright (c) 2021, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apa...
0
rapidsai_public_repos/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/rapids-test.cmake
#============================================================================= # Copyright (c) 2022-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://ww...
0
rapidsai_public_repos/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/rapids-cython.cmake
#============================================================================= # Copyright (c) 2022, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apa...
0
rapidsai_public_repos/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/rapids-version.cmake
#============================================================================= # Copyright (c) 2021-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://ww...
0
rapidsai_public_repos/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/rapids-cmake.cmake
#============================================================================= # Copyright (c) 2021, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apa...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cuda/set_runtime.cmake
#============================================================================= # Copyright (c) 2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apa...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cuda/init_architectures.cmake
#============================================================================= # Copyright (c) 2021-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://ww...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cuda/set_architectures.cmake
#============================================================================= # Copyright (c) 2021-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://ww...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cuda/init_runtime.cmake
#============================================================================= # Copyright (c) 2021, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apa...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cuda/patch_toolkit.cmake
#============================================================================= # Copyright (c) 2022, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apa...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake/cuda
rapidsai_public_repos/rapids-cmake/rapids-cmake/cuda/detail/invoke_set_all_architectures.cmake
#============================================================================= # Copyright (c) 2021-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://ww...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake/cuda
rapidsai_public_repos/rapids-cmake/rapids-cmake/cuda/detail/architectures_policy.cmake
#============================================================================= # Copyright (c) 2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apa...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake/cuda
rapidsai_public_repos/rapids-cmake/rapids-cmake/cuda/detail/detect_architectures.cmake
#============================================================================= # Copyright (c) 2021, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apa...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake/cuda
rapidsai_public_repos/rapids-cmake/rapids-cmake/cuda/detail/invoke_set_native_architectures.cmake
#============================================================================= # Copyright (c) 2021, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apa...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cython/add_rpath_entries.cmake
# ============================================================================= # Copyright (c) 2022-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except # in compliance with the License. You may obtain a copy of the License at # # http://www.apa...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cython/init.cmake
# ============================================================================= # Copyright (c) 2022-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except # in compliance with the License. You may obtain a copy of the License at # # http://www.apa...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cython/create_modules.cmake
# ============================================================================= # Copyright (c) 2022-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except # in compliance with the License. You may obtain a copy of the License at # # http://www.apa...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake/cython
rapidsai_public_repos/rapids-cmake/rapids-cmake/cython/detail/verify_init.cmake
# ============================================================================= # Copyright (c) 2022, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except # in compliance with the License. You may obtain a copy of the License at # # http://www.apache.o...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake/cython
rapidsai_public_repos/rapids-cmake/rapids-cmake/cython/detail/skbuild_patches.cmake
# ============================================================================= # Copyright (c) 2022, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except # in compliance with the License. You may obtain a copy of the License at # # http://www.apache.o...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cmake/write_version_file.cmake
#============================================================================= # Copyright (c) 2021, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apa...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cmake/install_lib_dir.cmake
#============================================================================= # Copyright (c) 2021-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://ww...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cmake/parse_version.cmake
#============================================================================= # Copyright (c) 2021-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://ww...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cmake/make_global.cmake
#============================================================================= # Copyright (c) 2021, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apa...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cmake/build_type.cmake
#============================================================================= # Copyright (c) 2021, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apa...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cmake/support_conda_env.cmake
#============================================================================= # Copyright (c) 2021-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://ww...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cmake/write_git_revision_file.cmake
#============================================================================= # Copyright (c) 2021-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://ww...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake/cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cmake/detail/policy.cmake
#============================================================================= # Copyright (c) 2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apa...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake/cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cmake/detail/compute_git_info.cmake
#============================================================================= # Copyright (c) 2021, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apa...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake/cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cmake/template/version.hpp.in
/* * Copyright (c) 2021, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake/cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cmake/template/git_revision.hpp.in
/* * Copyright (c) 2021, NVIDIA CORPORATION. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cpm/find.cmake
#============================================================================= # Copyright (c) 2020-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://ww...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cpm/spdlog.cmake
#============================================================================= # Copyright (c) 2021-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://ww...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cpm/rmm.cmake
#============================================================================= # Copyright (c) 2021-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://ww...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cpm/init.cmake
#============================================================================= # Copyright (c) 2021, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apa...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cpm/gtest.cmake
#============================================================================= # Copyright (c) 2021-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://ww...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cpm/libcudacxx.cmake
#============================================================================= # Copyright (c) 2021-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://ww...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cpm/gbench.cmake
#============================================================================= # Copyright (c) 2022-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://ww...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cpm/package_override.cmake
#============================================================================= # Copyright (c) 2021-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://ww...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cpm/fmt.cmake
#============================================================================= # Copyright (c) 2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apa...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cpm/cuco.cmake
#============================================================================= # Copyright (c) 2022, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apa...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cpm/thrust.cmake
#============================================================================= # Copyright (c) 2021-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://ww...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cpm/versions.json
{ "packages" : { "benchmark" : { "version" : "1.8.0", "git_url" : "https://github.com/google/benchmark.git", "git_tag" : "v${version}" }, "cuco" : { "version" : "0.0.1", "git_shallow" : false, "git_url" : "https://github.com/NVIDIA/cuCollections.git", "git_tag" : ...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cpm/nvcomp.cmake
#============================================================================= # Copyright (c) 2021-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://ww...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake
rapidsai_public_repos/rapids-cmake/rapids-cmake/cpm/nvbench.cmake
#============================================================================= # Copyright (c) 2021-2023, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://ww...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake/cpm
rapidsai_public_repos/rapids-cmake/rapids-cmake/cpm/patches/command_template.cmake.in
#============================================================================= # Copyright (c) 2022, NVIDIA CORPORATION. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apa...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake/cpm/patches
rapidsai_public_repos/rapids-cmake/rapids-cmake/cpm/patches/Thrust/transform_iter_with_reduce_by_key.diff
diff --git a/thrust/iterator/transform_input_output_iterator.h b/thrust/iterator/transform_input_output_iterator.h index f512a36..a5f725d 100644 --- a/thrust/iterator/transform_input_output_iterator.h +++ b/thrust/iterator/transform_input_output_iterator.h @@ -102,6 +102,8 @@ template <typename InputFunction, typename ...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake/cpm/patches
rapidsai_public_repos/rapids-cmake/rapids-cmake/cpm/patches/Thrust/reroot_support.diff
diff --git a/dependencies/cub/cub/cmake/cub-header-search.cmake b/dependencies/cub/cub/cmake/cub-header-search.cmake index 2ff1a8acd8..5e731f2be8 100644 --- a/dependencies/cub/cub/cmake/cub-header-search.cmake +++ b/dependencies/cub/cub/cmake/cub-header-search.cmake @@ -1,5 +1,6 @@ unset(_CUB_VERSION_INCLUDE_DIR CACHE...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake/cpm/patches
rapidsai_public_repos/rapids-cmake/rapids-cmake/cpm/patches/Thrust/install_rules.diff
diff --git a/cmake/ThrustInstallRules.cmake b/cmake/ThrustInstallRules.cmake index 93084c1..bf6c195 100644 --- a/cmake/ThrustInstallRules.cmake +++ b/cmake/ThrustInstallRules.cmake @@ -13,7 +13,7 @@ install(DIRECTORY "${Thrust_SOURCE_DIR}/thrust" install(DIRECTORY "${Thrust_SOURCE_DIR}/thrust/cmake/" DESTINATION ...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake/cpm/patches
rapidsai_public_repos/rapids-cmake/rapids-cmake/cpm/patches/libcudacxx/proclaim_return_type_nv_exec_check_disable.diff
diff --git a/include/cuda/std/detail/libcxx/include/__functional/invoke.h b/include/cuda/std/detail/libcxx/include/__functional/invoke.h index 1ab318d5..850d00a8 100644 --- a/include/cuda/std/detail/libcxx/include/__functional/invoke.h +++ b/include/cuda/std/detail/libcxx/include/__functional/invoke.h @@ -342,6 +342,9 ...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake/cpm/patches
rapidsai_public_repos/rapids-cmake/rapids-cmake/cpm/patches/libcudacxx/memory_resource.diff
diff --git a/include/cuda/memory_resource b/include/cuda/memory_resource index 4a904cda..32f3f210 100644 --- a/include/cuda/memory_resource +++ b/include/cuda/memory_resource @@ -525,7 +525,16 @@ public: && (((_Alloc_type == _AllocType::_Default) && resource_with<_Resource, _Properties...>) // |...
0
rapidsai_public_repos/rapids-cmake/rapids-cmake/cpm/patches
rapidsai_public_repos/rapids-cmake/rapids-cmake/cpm/patches/libcudacxx/reroot_support.diff
diff --git a/lib/cmake/libcudacxx/libcudacxx-header-search.cmake.in b/lib/cmake/libcudacxx/libcudacxx-header-search.cmake.in index 6130197f..ec53d5de 100644 --- a/lib/cmake/libcudacxx/libcudacxx-header-search.cmake.in +++ b/lib/cmake/libcudacxx/libcudacxx-header-search.cmake.in @@ -5,6 +5,7 @@ unset(_libcudacxx_VERSION...
0