We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3663ae2 commit 1ed53efCopy full SHA for 1ed53ef
main.cxx
@@ -162,12 +162,12 @@ inline void runExperiment(const G& x, int run) {
162
random_device dev;
163
default_random_engine rnd(dev());
164
// Test transpose graph.
165
- {
166
- ArenaDiGraph<K, V, E> ytr;
167
- ytr.setAllocator(x.allocator());
168
- transposeArenaOmpW(ytr, x);
169
- ytr.clearOmp();
170
- }
+ // {
+ // ArenaDiGraph<K, V, E> ytr;
+ // ytr.setAllocator(x.allocator());
+ // transposeArenaOmpW(ytr, x);
+ // ytr.clearOmp();
+ // }
171
// Experiment of various batch fractions.
172
for (double frac=1e-7; frac<=1e-1; frac*=10) {
173
printf("Batch fraction: %.1e\n", frac);
0 commit comments