tenstorrent / tt-mlir

Tenstorrent MLIR compiler
https://tenstorrent.github.io/tt-mlir/
Apache License 2.0
52 stars 7 forks source link

Support dram memory space in metal direct #584

Closed nsmithtt closed 1 week ago

nsmithtt commented 2 weeks ago

This change adds support for the device dram memory space in metal backend. This required a few bits of refactoring including:

Closes #359