xla icon indicating copy to clipboard operation
xla copied to clipboard

A machine learning compiler for GPUs, CPUs, and ML accelerators

Results 653 xla issues
Sort by recently updated
recently updated
newest added

Add some additional args for select_and_scatter_test for certain backends. Also clean up includes for the select_and_scatter_test.

Ensure BFloat16Propagation respects if an instruction does not support mixed precision.

A minor update to the HloEvaluatorWithSubstitution where the type is updated from Literal to LiteralBase to allow BorrowingLiteral outputs be passed to the function.

[IFRT] Introduce Client::AllocateDevices() and DeviceAllocation `xla::ifrt::Client::AllocateDevices()` is a new API that processes a user request for getting an ordered set of devices that satisfies constraints specified in the request. It...

This CL adds the missing host memory deallocation according to the pointer's host memory space allocated by GpuExecutor::Allocate() .