We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d93846 + 87333ad commit 7a94ddcCopy full SHA for 7a94ddc
1 file changed
examples/2_input_output/2_input_output.cpp
@@ -370,13 +370,20 @@ int do_chase(ChASE_DriverProblemConfig& conf)
370
std::cout << "matrix are loaded in " << elapsed.count()
371
<< " seconds" << std::endl;
372
373
+
374
+ if(!single.checkSymmetryEasy())
375
+ {
376
+ single.symOrHermMatrix('L');
377
+ }
378
379
#ifdef USE_NSIGHT
380
nvtxRangePop();
381
#endif
382
PerformanceDecoratorChase<T> performanceDecorator(&single);
383
#ifdef USE_MPI
384
MPI_Barrier(MPI_COMM_WORLD);
385
386
387
chase::Solve(&performanceDecorator);
388
// chase::Solve(&single);
389
0 commit comments