[BUG][Inductor-EVT] EVT python tracer: No LCA found when it appears that there is an LCA
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 35/100
Research direction
Start with the linked reproduction script and the fn epilogue, then run it against the EVT Python tracer. Inspect how the tracer determines the LCA for E, F, tmp_2, and D. Done means this epilogue traces successfully instead of reporting that no LCA was found.
Written by the indexing model from the issue text.
Description
Describe the bug
It looks like with the following epilogue code the tracer cannot find an LCA:
def fn(accum, bias):
E = relu(accum)
F = E + bias
tmp_2 = E + 2
D = tmp_2 + E
return D
Although at first glance it looks like the LCA should be E? Unless I am misunderstanding something.
Steps/Code to reproduce bug
script
Expected behavior
I think this code should be traceable.
Environment details (please complete the following information):
meta devgpu, H100, CUTLASS commit: ad7b2f5e
cc @eellison, @thakkarV, @henrylhtsang, @mnicely
- Dominant language
- C++
- Stars
- 10.5k
- Forks
- 2.1k
- Avg merge
- 3d 11h
- Merged PRs (30d)
- 7
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from NVIDIA/cutlass
-
CUTLASS C++
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
CUTLASS C++
Difficulty 1/5 Under an hour Newbie friendliness 88/100
-
CUTLASS C++
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
CUTLASS C++
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
CUTLASS C++
Difficulty 1/5 Under an hour Newbie friendliness 91/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
-
Sensor initialization takes very long when `--initial-sim-time` is set to current UNIX timestamp Open
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
gazebosim/gz-sensors#662 · 1 comment ·
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
comp-datalake
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
ClickHouse/ClickHouse#121222 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
LadybirdBrowser/ladybird#12123 ·