HW3: First batch to test [v0 and v1]

This commit is contained in:
2025-02-14 18:41:08 +02:00
parent b31ca23757
commit 6db2a814d2
23 changed files with 243 additions and 1 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ static constexpr size_t IN_BLOCK_THRESHOLD = 512;
* float
* double
*/
using Value_t = uint8_t;
using Value_t = uint32_t;
using Data_t = std::vector<Value_t>;
/*!