Searched refs:Cholesky (Results 1 - 3 of 3) sorted by relevance

/gem5/configs/splash2/
H A Drun.py83 class Cholesky(Process): class in inherits:Process
234 if options.benchmark == 'Cholesky':
235 root.workload = Cholesky()
260 "improper. Use Cholesky, FFT, LUContig, LUNoncontig, Radix, "
H A Dcluster.py82 class Cholesky(Process): class in inherits:Process
248 if options.benchmark == 'Cholesky':
249 root.workload = Cholesky()
275 Use Cholesky, FFT, LUContig, LUNoncontig, Radix, Barnes, FMM, OceanContig,
/gem5/ext/pybind11/tests/
H A Dtest_eigen.cpp19 #include <Eigen/Cholesky>

Completed in 9 milliseconds