Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects

Mixed execution spaces

Merged vinciguerra_a requested to merge vinciguerra_a/ippl:mixed-exec into master
All threads resolved!
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -22,6 +22,11 @@
#ifndef IPPL_TIMER_H
#define IPPL_TIMER_H
#ifndef IPPL_ENABLE_TIMER_FENCES
#warning "IPPL timer fences were not set via CMake! Defaulting to no fences."
#define IPPL_ENABLE_TIMER_FENCES false
#endif
#include <chrono>
class Timer {
Loading