openxla / xla

A machine learning compiler for GPUs, CPUs, and ML accelerators
Apache License 2.0
2.74k stars 440 forks source link

Modify XlaOp Exp to accept result accuracy as an argument. We want to be able to select implementation of exp depending on this config. #19820

Open copybara-service[bot] opened 3 days ago

copybara-service[bot] commented 3 days ago

Modify XlaOp Exp to accept result accuracy as an argument. We want to be able to select implementation of exp depending on this config. Other unary ops will be added after we have full plumbing for exponential as a prototype.