Files
pytorch/docs/source
Natalia Gimelshein 37c6087334 Add split-K control to cuBLAS reduced-precision settings (#164766)
## Summary
- add a CuBLASReductionOption enum so the CUDA context can track reduced-precision and split-K options
- extend the Python bindings, backend helpers, and docs to accept an optional allow_splitk argument for fp16/bf16 matmul controls
- update cuBLAS/cuBLASLt call sites plus dynamo guards and tests to respect the new combinations

## Testing
- python test/test_cuda.py TestCuda.test_cublas_allow_fp16_reduced_precision_reduction_get_set -v *(fails: ModuleNotFoundError: No module named 'psutil')*

------
https://chatgpt.com/codex/tasks/task_e_68e404623178832f8a3e1d34e1e175da

Pull Request resolved: https://github.com/pytorch/pytorch/pull/164766
Approved by: https://github.com/malfet, https://github.com/albanD
2025-10-08 18:48:45 +00:00
..
2025-04-16 21:35:19 +00:00
2025-09-22 21:01:27 +00:00
2025-04-27 09:56:42 +00:00
2025-06-11 23:00:52 +00:00
2025-06-11 23:00:52 +00:00
2025-06-11 23:00:52 +00:00
2025-06-13 04:39:55 +00:00
2025-06-08 21:17:31 +00:00
2025-06-08 21:17:31 +00:00
2025-06-08 21:17:31 +00:00
2025-09-12 05:56:25 +00:00
2024-03-29 18:05:28 +00:00
2025-04-16 21:35:19 +00:00
2025-07-10 14:15:37 +00:00
2025-06-21 02:47:32 +00:00
2025-04-14 16:47:40 +00:00
2025-10-02 18:12:47 +00:00
2025-08-14 01:49:35 +00:00