triton-lang / triton

Development repository for the Triton language and compiler
https://triton-lang.org/
MIT License
12.53k stars 1.52k forks source link

03-matrix-multiplication.py problems #2681

Open zhoutianzi666 opened 9 months ago

zhoutianzi666 commented 9 months ago

When I comment out this line https://github.com/openai/triton/blob/db6935c300508cc1f3933059c70c87ba4f0221ee/python/triton/testing.py#L141, triton becomes very time-consuming? Why

Jokeren commented 9 months ago

You can try do_bench_cudagraph

overvalidated commented 9 months ago

Related #404