Eben Kadile
Eben Kadile
### Description I have a project which is relatively simple at the moment, yet whenever a convolution is called the following error is raised: ``` jaxlib.xla_extension.XlaRuntimeError: UNIMPLEMENTED: DNN library is...
**Describe the bug** Tensorflow model optimization fails to quantize dilated convolution layers. **System information** TensorFlow version (installed from source or binary): source TensorFlow Model Optimization version (installed from source or...
I also implemented `Display` for `ElementType`, as I found this to be helpful, and made the change that the `XLA_EXTENSION_DIR` environment variable must exist (I found that this is the...
I have the following minimal reproducible example, which clearly eats up CPU memory when I run it (same issue with GPU client): ``` use anyhow::Result; extern crate xla; use xla::ArrayElement;...