[XLA:GPU] Avoid using hyphens in global buffer names.
Having a hyphen in a global variable name can crash the PTX backend. When the name of an Hlo instruction is used to construct a name of the global buffer for the instruction, replace hyphens with underscores. Add two test cases. PiperOrigin-RevId: 231017603
Loading
Please sign in to comment