- 12 9月, 2023 35 次提交
-
-
由 Yash Katariya 提交于
PiperOrigin-RevId: 564578779
-
由 A. Unique TensorFlower 提交于
PiperOrigin-RevId: 564577405
-
由 Majid Dadashi 提交于
These patterns are used only by TFLite which now has direct support for stablehlo.scatter. PiperOrigin-RevId: 564569917
-
由 Grant Jensen 提交于
PiperOrigin-RevId: 564559805
-
由 Robert Suderman 提交于
Sometimes scales are zero in the all zero case. This is obviously silly but it triggers a failure in the pipeline. Make scale the minimum scale value as whatevs. PiperOrigin-RevId: 564556649
-
由 TensorFlower Gardener 提交于
PiperOrigin-RevId: 564551916
-
由 Anlun Xu 提交于
Add the custom call xla.gpu.init_cuBLAS to the beginning of the entry function of the module, when the module contains a gemm. PiperOrigin-RevId: 564550744
-
由 Grant Jensen 提交于
The user will provide inputs via AHWB. Behind the scenes we bind the AHWB's to SSBO. Both cl & gl inference are supported. PiperOrigin-RevId: 564547199
-
由 A. Unique TensorFlower 提交于
PiperOrigin-RevId: 564546615
-
由 A. Unique TensorFlower 提交于
PiperOrigin-RevId: 564546472
-
由 Eugene Zhulenev 提交于
We are not going to pursue direct lowering from LMHLO to API calls, though we might consider "reference implementation API" in the future, but it will go through intermediate "XLA runtime dialect". For now remove dead code. PiperOrigin-RevId: 564538039
-
由 Robert David 提交于
Leaky Relu, Elu, Relu, Relu1, Relu0To1, Relu6, Tanh, Sigmoid, and HardSwish PiperOrigin-RevId: 564537536
-
由 TensorFlower Gardener 提交于
PiperOrigin-RevId: 564529533
-
由 TensorFlower Gardener 提交于
PiperOrigin-RevId: 564528951
-
由 Antonio Sanchez 提交于
Needed for sharding int4 models. PiperOrigin-RevId: 564528408
-
由 Haibo Huang 提交于
PiperOrigin-RevId: 564526562
-
由 Haibo Huang 提交于
PiperOrigin-RevId: 564526383
-
由 Wilsin Gosti 提交于
PiperOrigin-RevId: 564518057
-
由 Yang Chen 提交于
PiperOrigin-RevId: 564516421
-
由 Bixia Zheng 提交于
Rearrange the code that unroll the last while-loop iteration to avoid cloning the instruction being pipelined, which is unused in the iteration. This is to prepare for the next change to support backward pipelining recv-done without generating the unused recv and recv-done pair. PiperOrigin-RevId: 564515742
-
由 Tongfei Guo 提交于
1. Adding bidirectional propagation paths among nodes within the same shard_group 2. Enforce the shardings from the same shard_as group to take the same sharding in the end. PiperOrigin-RevId: 564504486
-
由 A. Unique TensorFlower 提交于
PiperOrigin-RevId: 564500466
-
由 Antonio Sanchez 提交于
PiperOrigin-RevId: 564494782
-
由 Philip Pham 提交于
According to https://www.tensorflow.org/api_docs/python/tf/math/unsorted_segment_sum: > If the given segment ID i is negative, the value is dropped and will not be > added to the sum of the segment. PiperOrigin-RevId: 564485570
-
由 Grant Jensen 提交于
PiperOrigin-RevId: 564472190
-
由 Grant Jensen 提交于
Leaky Relu, Elu, Relu, Relu1, Relu0To1, Relu6, Tanh, Sigmoid, and HardSwish PiperOrigin-RevId: 564472058
-
由 Tongfei Guo 提交于
[SPMD] Create a placeholder sharding of type UNKNOWN with the lowest precedence that can be overwriten by any other shardings. (2/N) UNKNOWN type is not supported in subgroup sharding. PiperOrigin-RevId: 564456004
-
由 Haibo Huang 提交于
This way libtpu can use symbols from it. PiperOrigin-RevId: 564454296
-
由 Kuangyuan Chen 提交于
PiperOrigin-RevId: 564441419
-
由 Johannes Reifferscheid 提交于
Also - Unify naming to ${scope}_${thing}_dim_idx. - Make logic for split_lhs_nc a bit easier to follow (at least in my opinion), by decoupling it from the batch_size computation. PiperOrigin-RevId: 564435916
-
由 Faizan Muhammad 提交于
PiperOrigin-RevId: 564434713
-
由 A. Unique TensorFlower 提交于
PiperOrigin-RevId: 564428072
-
由 Berkin Ilbeyi 提交于
[XLA] Use max size of buffer in heap simulator and buffer assignment and make size DCHECKs into CHECKs PiperOrigin-RevId: 564421004
-
由 A. Unique TensorFlower 提交于
PiperOrigin-RevId: 564420754
-
由 Kuangyuan Chen 提交于
PiperOrigin-RevId: 564415721
-
- 11 9月, 2023 5 次提交
-
-
由 George Karpenkov 提交于
Sometimes, there's an exorbitant number of edges between two same notes A and B (e.g. passing parameters through). After ~64 it becomes unreadable, so better to skip others. PiperOrigin-RevId: 564379502
-
由 Benjamin Chetioui 提交于
different flag default. PiperOrigin-RevId: 564374361
-
由 Benjamin Kramer 提交于
Updates LLVM usage to match [e592c2dcf5b7](https://github.com/llvm/llvm-project/commit/e592c2dcf5b7) PiperOrigin-RevId: 564346651
-
由 Fergus Henderson 提交于
[Rolling forward] PiperOrigin-RevId: 564345870
-
由 Johannes Reifferscheid 提交于
This makes it harder to accidentally use -1. PiperOrigin-RevId: 564334287
-