|
|
@ -1,15 +1,15 @@ |
|
|
|
#pragma once
|
|
|
|
|
|
|
|
constexpr size_t WL_SIZE_B = 4_GiB; |
|
|
|
constexpr size_t WL_SIZE_B = 1_GiB; |
|
|
|
constexpr uint32_t WARMUP_ITERATION_COUNT = 5; |
|
|
|
constexpr uint32_t ITERATION_COUNT = 5; |
|
|
|
|
|
|
|
#ifdef MODE_SIMPLE_PREFETCH
|
|
|
|
constexpr uint32_t GROUP_COUNT = 8; |
|
|
|
constexpr size_t CHUNK_SIZE_B = 64_MiB; |
|
|
|
constexpr uint32_t TC_SCANA = 2; |
|
|
|
constexpr uint32_t TC_SCANB = 2; |
|
|
|
constexpr uint32_t TC_AGGRJ = 1; |
|
|
|
constexpr uint32_t TC_SCANA = 1; |
|
|
|
constexpr uint32_t TC_SCANB = 1; |
|
|
|
constexpr uint32_t TC_AGGRJ = 2; |
|
|
|
constexpr bool PERFORM_CACHING = true; |
|
|
|
constexpr bool STORE_B_IN_HBM = false; |
|
|
|
constexpr char MODE_STRING[] = "simple-prefetch"; |
|
|
|