rapids
Here are 22 public repositories matching this topic...
We no longer need to control the number of concurrent kernels, since now we control the number of concurrent tasks
-
Updated
Apr 23, 2021 - Python
Is your feature request related to a problem? Please describe.
This is a minor PR which addd some info log around commit log apache/spark@9270238
We may have to update GpuFileFormatWriter.scala
Is your feature request related to a problem? Please describe.
@shwina asked for the ability to construct a logging_resource_adaptor with multiple sinks. spdlog natively supports this: https://github.com/gabime/spdlog#logger-with-multi-sinks---each-with-different-format-and-log-level
**Describe the solution you'd
-
Updated
Apr 22, 2021 - Jupyter Notebook
Integrate SPARQLWrapper https://sparqlwrapper.readthedocs.io/en/stable/ along with the serialization methods, as a convenient means of consuming from a
Currently it's a bit clunky to use, which may required digging into its internals to intercept the RDF triples before they get serialized as JSON-LD.
Kudos to @igrangel
In trying to write tests for #189, I'm finding very difficult to add columns to existing tests, as in some cases like the all_types table, the table is defined in a separate file than the tests and multiple tests try to write to the same table.
Additionally, our test suite doesn't prove that the data that are uploaded are the same as the data downloaded for all types.
We should consider m
-
Updated
Oct 4, 2019 - Jupyter Notebook
-
Updated
Mar 30, 2021 - Jupyter Notebook
-
Updated
Nov 25, 2020 - Dockerfile
-
Updated
Oct 2, 2019
As seen with gumdropsteve/turbo-telegram@3e2f3b3, the data for the first half of 2016 can be downloaded & preprocessed just like that of 2015. Is there any other data in the effective range? I.e. is pre-2015 data recorded the same?
If so, let's add it.
-
Updated
Mar 13, 2020 - Shell
-
Updated
Feb 25, 2021 - Jupyter Notebook
Improve this page
Add a description, image, and links to the rapids topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rapids topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
I would be useful to have the ability to make a reverse copy of a column and/or table.
I am thinking of
std::reverse(https://en.cppreference.com/w/cpp/algorithm/reverse) . But not necessarily using iterators, since that might make things more complicated.Describe the solution you'd like
The following APIs could be