catalyst
catalyst copied to clipboard
bufferization option copy-before-write may not be compatible with Enzyme
Looking into speeding up bufferization I attempted to avoid the bufferization analysis by just increasing memory usage. This lead me to enabling the bufferization option copy-before-write for all workloads and running the tests. Some gradient python tests failed with this option.
Oh no, can you post an example and the failure message?