Enable all-to-all unaligned smem by default

This commit is contained in:
Hansung Kim
2024-05-16 20:11:06 -07:00
parent 1bd4be301e
commit 047b5a33ee

View File

@@ -88,7 +88,7 @@ class RadianceCluster (
val stride_by_word = true
val filter_aligned = true
val disable_monitors = true // otherwise it generate 1k+ different tl monitors
val serialize_unaligned = true
val serialize_unaligned = false
def guard_monitors[T](callback: Parameters => T)(implicit p: Parameters): Unit = {
if (disable_monitors) {