Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions cpp/benchmarks/common/generate_input.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
* The create_random_table functions take a data profile, the information about table size and a
* seed to deterministically generate a table with given parameters.
*
* Currently, the data generation is done on the CPU and the data is then copied to the device
* memory.
* The input data generation happens on device.
*/

/**
Expand Down
Loading