Merge commit '1da340031c98bfde0f142bf34493d087490ec70d' into develop

This commit is contained in:
assistant-librarian[bot]
2026-01-02 21:11:42 +00:00
parent 6b6bc88064
commit 1b3eb980bf
4 changed files with 7 additions and 5 deletions

View File

@@ -7,6 +7,7 @@
#include "ck/utility/common_header.hpp"
#include "ck/library/utility/device_tensor_generator.hpp"
#include "ck/utility/data_type.hpp"
#define _USE_MATH_DEFINES // Required for M_PI in MSVC
#include <cmath>
// use xorshift for now since it is simple. Should be suitable enough, but feel free to switch in