![]() |
Tensor Comprehensions
|
Classes | |
| class | GeneticAutotuner |
| class | GeneticTunerHarness |
Typedefs | |
| using | Duration = std::chrono::high_resolution_clock::duration |
Functions | |
| std::vector< size_t > | parseGpus () |
| template<typename Vector > | |
| void | mergeVectorsImpl (Vector &) |
| template<typename Vector , typename... Vectors> | |
| void | mergeVectorsImpl (Vector &sink, Vector &&v, Vectors &&...vs) |
Variables | |
| volatile std::sig_atomic_t | signal_ |
| volatile std::sig_atomic_t | killRequested_ |
| using tc::autotune::detail::Duration = typedef std::chrono::high_resolution_clock::duration |
| void tc::autotune::detail::mergeVectorsImpl | ( | Vector & | ) |
| void tc::autotune::detail::mergeVectorsImpl | ( | Vector & | sink, |
| Vector && | v, | ||
| Vectors &&... | vs | ||
| ) |
| std::vector<size_t> tc::autotune::detail::parseGpus | ( | ) |
| volatile std::sig_atomic_t tc::autotune::detail::killRequested_ |
| volatile std::sig_atomic_t tc::autotune::detail::signal_ |