Searched refs:cacheSizeBytes (Results 1 – 2 of 2) sorted by relevance
36 explicit LoopTiling(uint64_t cacheSizeBytes, bool avoidMaxMinBounds = true) in LoopTiling()38 this->cacheSizeInKiB = cacheSizeBytes / 1024; in LoopTiling()57 mlir::createLoopTilingPass(uint64_t cacheSizeBytes) { in createLoopTilingPass() argument58 return std::make_unique<LoopTiling>(cacheSizeBytes); in createLoopTilingPass()131 uint64_t cacheSizeBytes = cacheSizeInKiB * 1024; in getTileSizes() local132 uint64_t excessFactor = llvm::divideCeil(*fp, cacheSizeBytes); in getTileSizes()
81 createLoopTilingPass(uint64_t cacheSizeBytes);