Commit 2f5ce9d
authored
Fix CPU PDS* runs (rapidsai#21899)
PR adds a simple fix for running in cpu mode for pds* execution:
```
python -m cudf_polars.experimental.benchmarks.pdsds \
--scale "$SCALE" \
--path "$DATA" \
--suffix "" \
--executor cpu \
--iterations 2 \
--explain \
--no-print-results \
-o "$OUTPUT" \
"$QUERIES" \
2>&1 | tee "$LOG"
```
cc @Matt711
Authors:
- Benjamin Zaitlen (https://github.com/quasiben)
Approvers:
- Matthew Murray (https://github.com/Matt711)
URL: rapidsai#218991 parent 58d7007 commit 2f5ce9d
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1760 | 1760 | | |
1761 | 1761 | | |
1762 | 1762 | | |
1763 | | - | |
| 1763 | + | |
1764 | 1764 | | |
1765 | 1765 | | |
1766 | 1766 | | |
| |||
0 commit comments