Skip to content

Commit

Permalink
лаба 5
Browse files Browse the repository at this point in the history
  • Loading branch information
vatican1 committed Oct 8, 2023
1 parent a023e0e commit 6addc44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main_merge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ int main(int argc, char **argv) {
context.init(device.device_id_opencl);
context.activate();

int benchmarkingIters = 1;
int benchmarkingIters = 10;
unsigned int n = 32 * 1024 * 1024;
// unsigned int n = 1024 * 8 ;
std::vector<float> as(n, 0);
FastRandom r(n);
for (unsigned int i = 0; i < n; ++i) {
Expand Down

0 comments on commit 6addc44

Please sign in to comment.