#pragma once // SPDX-License-Identifier: MIT #include <torch/extension.h> #include "aiter_enum.h" void awq_dq_asm(torch::Tensor &out, torch::Tensor &mat1, std::optional<torch::Tensor> &zero, std::optional<torch::Tensor> &scalar );