work on gpu clocks and gpu turbo example
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#include "perfect/cpu_cache.hpp"
|
||||
|
||||
int main(void) {
|
||||
|
||||
using namespace perfect;
|
||||
|
||||
int *a = new int[1024];
|
||||
flush_all(a, 1024 * sizeof(int));
|
||||
|
||||
|
Reference in New Issue
Block a user