HW3: First batch to test [v0 and v1]
This commit is contained in:
@@ -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>;
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user