fractal #1

Merged
Persson-dev merged 21 commits from fractal into main 2025-11-09 15:41:00 +00:00
Showing only changes of commit ba6a342c94 - Show all commits

View File

@@ -9,9 +9,9 @@
#include <chrono> #include <chrono>
constexpr int WORK_GROUP_SIZE = 64; constexpr int WORK_GROUP_SIZE = 64;
constexpr int PARTICLE_COUNT = WORK_GROUP_SIZE * 1000; constexpr int PARTICLE_COUNT = WORK_GROUP_SIZE * 10000;
constexpr int SWAP_INTERVAL = 60; constexpr int SWAP_INTERVAL = 1;
class Timer { class Timer {
public: public: