You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Running the libcudf ORC reader benchmark (no args other than --benchmark_format=json results in an error.
terminate called after throwing an instance of 'cudf::logic_error'
what(): cuDF failure at: /rapids/cudf/cpp/benchmarks/io/orc/orc_reader_benchmark.cpp:145: Benchmark did not read the entire table
Steps/Code to reproduce bug
Run the libcudf ORC reader benchmark
Expected behavior
Benchmark executes w/ no error codes
Environment overview (please complete the following information)
Environment location: [Bare-metal, Docker, Cloud(specify cloud provider)]
Docker: FROM rapidsai/rapidsai-dev-nightly:22.02-cuda11.5-devel-ubuntu20.04-py3.7
Method of cuDF install: [conda, Docker, or from source]
If method of install is [Docker], provide docker pull & docker run commands used
After pulling the above nightly Docker image, I build & run the benchmark
Describe the bug
Running the libcudf ORC reader benchmark (no args other than
--benchmark_format=json
results in an error.Steps/Code to reproduce bug
Run the libcudf ORC reader benchmark
Expected behavior
Benchmark executes w/ no error codes
Environment overview (please complete the following information)
Environment location: [Bare-metal, Docker, Cloud(specify cloud provider)]
Docker: FROM rapidsai/rapidsai-dev-nightly:22.02-cuda11.5-devel-ubuntu20.04-py3.7
Method of cuDF install: [conda, Docker, or from source]
If method of install is [Docker], provide
docker pull
&docker run
commands usedAfter pulling the above nightly Docker image, I build & run the benchmark
Environment details
Please run and paste the output of the
cudf/print_env.sh
script here, to gather any other relevant environment detailshttps://gist.github.com/randerzander/8e3a8876850848672ea9f889b827ba5e
The text was updated successfully, but these errors were encountered: