Skip to content
Snippets Groups Projects
Commit 1e4e9e75 authored by Russel Arbore's avatar Russel Arbore
Browse files

fix

parent fe37c427
No related branches found
No related tags found
1 merge request!216More optimizations
Pipeline #202061 passed
This commit is part of merge request !216. Comments created here will be created in the context of that merge request.
...@@ -52,6 +52,8 @@ if feature("cuda") { ...@@ -52,6 +52,8 @@ if feature("cuda") {
infer-schedules(*); infer-schedules(*);
dce(*); dce(*);
//rewrite(*); //rewrite(*);
let out = outline(matmul@outer);
gpu(out);
fixpoint { fixpoint {
simplify-cfg(*); simplify-cfg(*);
dce(*); dce(*);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment