For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/get-started.md).
Mojo function
set_scale_factor
def set_scale_factor[scales_dtype: DType, scales_layout: Layout, //, SF_VECTOR_SIZE: Int, width: SIMDSize](scales_tensor: LayoutTensor[scales_dtype, scales_layout, address_space=scales_tensor.address_space, element_layout=scales_tensor.element_layout, layout_int_type=scales_tensor.layout_int_type, linear_idx_type=scales_tensor.linear_idx_type, masked=scales_tensor.masked, alignment=scales_tensor.alignment], row_idx: Int, col_idx: Int, scale_value: SIMD[scales_dtype, width])
def set_scale_factor[scales_dtype: DType, width: SIMDSize, //, SF_VECTOR_SIZE: Int](scales_tensor: TileTensor[scales_dtype, Storage=scales_tensor.Storage, address_space=scales_tensor.address_space, linear_idx_type=scales_tensor.linear_idx_type, element_size=scales_tensor.element_size], row_idx: Int, col_idx: Int, scale_value: SIMD[scales_dtype, width])
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!