Skip to content

Commit b701ca6

Browse files
authored
Merge pull request #337 from IntelPython/fix/pairwise_L_size
Reducing input size of preset L for pairwise distance workload
2 parents 0646f1e + f395457 commit b701ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpbench/configs/bench_info/pairwise_distance.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dims = 3
4141
seed = 7777777
4242

4343
[benchmark.parameters.L]
44-
npoints = 65536
44+
npoints = 44032
4545
dims = 3
4646
seed = 7777777
4747

0 commit comments

Comments
 (0)