Skip to content

Commit

Permalink
Fix numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
JayjeetAtGithub committed Jul 29, 2024
1 parent c59ee3d commit 6ab5ee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/examples/tpch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ cd tpch/datagen

The parquet files will be generated in `tpch/datagen/datafusion/benchmarks/data/tpch_sfX`.

2. Set these environment variables for optimized runtimes.
3. Set these environment variables for optimized runtimes.
```bash
export KVIKIO_COMPAT_MODE="on"
export LIBCUDF_CUFILE_POLICY="KVIKIO"
export CUDA_MODULE_LOADING="EAGER"
```

3. Execute the queries.
4. Execute the queries.
```bash
./tpch/build/tpch_q[X] [path to dataset] [memory resource type (cuda/pool/managed/managed_pool)]
```
Expand Down

0 comments on commit 6ab5ee4

Please sign in to comment.