rapids
Here are 27 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
May 23, 2022 - Python
-
Updated
May 23, 2022 - Cuda
rapidsai/cudf#10618 made a change to pandas and as a part of that discussion I realized that we are not testing
- What happens if there are duplicate columns. I think Spark is going to return an error when doing schema discovery, but I am not sure what happens when we pass in a schema and include column names. This is even more interesting if we read a column that i
RDF tests failing
I'm submitting a
- [x ] bug report.
Current Behaviour:
After #249
Trying to run tests with pytest tests/rdf_tests/test_rdf_basic.py -k test_rdf_runner -s, you get a report file with all the tests run.
Some tests return errors, for example:
{
"Basic - Term 7": {
"input": "basic/data-4.ttl",
"query": "basic/term-7.rq",
"error": "Expected {Sele
I was just thinking making sure that it works as a valid execution policy. So simply launch a Thrust algorithm with device data and make sure the result is sound.
I was going to say "just do what we do for our current tests", but apparently that's nothing!
Originally posted by @jrhemstad in rapidsai/rmm#1009 (comment)
-
Updated
May 20, 2022 - Jupyter Notebook
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
Aug 17, 2021 - Shell
-
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
Oct 2, 2021 - Jupyter Notebook
-
Updated
Mar 13, 2020 - Shell
-
Updated
Apr 2, 2021 - Python
-
Updated
Nov 18, 2021 - Jupyter Notebook
-
Updated
Apr 5, 2022 - Jupyter Notebook
-
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."
The use of an
mrparameter ininplace_bitmask_and, which callsinplace_bitmask_binop, is a little misleading. The allocations there are always temporary and are not part of the return value. It is only used for a few temporary arrays/scalars: https://github.com/rapidsai/cudf/blob/1f8a03e69704562dfac38de40b7172650280c6ea/cpp/include/cudf/detail/null_mask.cuh#L169-L171It should be possible