Skip to content

Tags: rishisinhanj/ao

Tags

ciflow/xpu/3823

Toggle ciflow/xpu/3823's commit message
[xpu][float8] ciflow fix: compile and base to check on CPU only machine

ciflow/xpu/4214

Toggle ciflow/xpu/4214's commit message
[xpu][mx][test] Enable test_mx_tensor on xpu

- Parametrize mx format kernel tests with device to include xpu.
- Add ids to existing test parameters for clearer test names.

Signed-off-by: Ula Golowicz <urszula.golowicz@intel.com>

ciflow/xpu/4213

Toggle ciflow/xpu/4213's commit message
[xpu][mx][test] Enable test_kernels on xpu

- Parametrize mx format kernel tests with device to include xpu.
- Add ids to existing test parameters for clearer test names.

Signed-off-by: Ula Golowicz <urszula.golowicz@intel.com>

ciflow/xpu/4206

Toggle ciflow/xpu/4206's commit message
[mx] RCEIL rounding for non-CUDA backends

The USE_PTX flag in MXFP8 triton kernels was gated by `not IS_ROCM`,
which assumed only CUDA and ROCm backends exist. This would cause
errors on other backends such as XPU.

Signed-off-by: Ula Golowicz <urszula.golowicz@intel.com>

ciflow/xpu/4191

Toggle ciflow/xpu/4191's commit message
Enable GPTQ on Intel GPU

ciflow/4xh100/4199

Toggle ciflow/4xh100/4199's commit message
Remove unnecessary Torch dependency from ExecuTorch ops build

The ExecuTorch ops target defines TORCHAO_SHARED_KERNELS_BUILD_EXECUTORCH=1,
which means shared kernel headers use ExecuTorch includes, not Torch includes.
The find_package(Torch) and TORCH_INCLUDE_DIRS were therefore unnecessary and
caused CMake configure failures in standalone ExecuTorch builds where PyTorch
is not discoverable via find_package.

ciflow/xpu/4199

Toggle ciflow/xpu/4199's commit message
Remove unnecessary Torch dependency from ExecuTorch ops build

The ExecuTorch ops target defines TORCHAO_SHARED_KERNELS_BUILD_EXECUTORCH=1,
which means shared kernel headers use ExecuTorch includes, not Torch includes.
The find_package(Torch) and TORCH_INCLUDE_DIRS were therefore unnecessary and
caused CMake configure failures in standalone ExecuTorch builds where PyTorch
is not discoverable via find_package.

ciflow/tutorials/4199

Toggle ciflow/tutorials/4199's commit message
Remove unnecessary Torch dependency from ExecuTorch ops build

The ExecuTorch ops target defines TORCHAO_SHARED_KERNELS_BUILD_EXECUTORCH=1,
which means shared kernel headers use ExecuTorch includes, not Torch includes.
The find_package(Torch) and TORCH_INCLUDE_DIRS were therefore unnecessary and
caused CMake configure failures in standalone ExecuTorch builds where PyTorch
is not discoverable via find_package.

ciflow/rocm-mi300/4199

Toggle ciflow/rocm-mi300/4199's commit message
Remove unnecessary Torch dependency from ExecuTorch ops build

The ExecuTorch ops target defines TORCHAO_SHARED_KERNELS_BUILD_EXECUTORCH=1,
which means shared kernel headers use ExecuTorch includes, not Torch includes.
The find_package(Torch) and TORCH_INCLUDE_DIRS were therefore unnecessary and
caused CMake configure failures in standalone ExecuTorch builds where PyTorch
is not discoverable via find_package.

ciflow/rocm/4199

Toggle ciflow/rocm/4199's commit message
Remove unnecessary Torch dependency from ExecuTorch ops build

The ExecuTorch ops target defines TORCHAO_SHARED_KERNELS_BUILD_EXECUTORCH=1,
which means shared kernel headers use ExecuTorch includes, not Torch includes.
The find_package(Torch) and TORCH_INCLUDE_DIRS were therefore unnecessary and
caused CMake configure failures in standalone ExecuTorch builds where PyTorch
is not discoverable via find_package.