Skip to content

Conversation

@hedi515
Copy link
Contributor

@hedi515 hedi515 commented Oct 29, 2025

No description provided.

@hedi515 hedi515 changed the title [Update] ADD BilinearInterPolation [Update] ADD BilinearInterPolation & WholeReduceMax &WholeReduceMin & WholeReduceSum Nov 7, 2025
for i in range(hrepeat):
for j in range(8):
idx = b[k*8*hrepeat + i*8 + j].to(torch.int64) // 32
r[i*128+j*16 : i*128+(j+1)*16] = a[idx*16 : (idx+1)*16] * c[k*8*hrepeat+i*8+j]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Format the code.


# 计算ref_c

def fun_ref(a, b, c, hrepeat, vrepeat, repeatmod, vRoffset):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adjust the variable naming style to be consistent with the above.

xwhzz pushed a commit to xwhzz/tilelang-ascend that referenced this pull request Nov 26, 2025
* implement jit test case

* [Dev] implement auto tune test case for matrix multiplication

* Implement test for legalize memory access and vectorized loop

* lint fix

* introduce run_once

* Refactor callback function names for consistency and improve code readability

* enhance documentations

* lint fix

* lint fix

* lint fix

* lint fix

* fix formatting issues in rt_mod_hip.cc

* add random seed initialization for deterministic testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants