Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: GLOBAL/LOCAL Loops (OMP=1) #346

Merged
merged 21 commits into from
Dec 17, 2024
Prev Previous commit
Next Next commit
rename
  • Loading branch information
hikettei committed Dec 17, 2024
commit bf8b4983b9ca1858fc01e916ed4b154afaf7a6c3
2 changes: 1 addition & 1 deletion source/polyhedral/auto-scheduler.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ https://github.com/Tiramisu-Compiler/tiramisu/blob/master/src/auto_scheduler/tir
"
(declare (type Auto-Scheduler-Config scheduler) (type Polyhedral-IR poly))
;; [TODO] Creating smth like tiramisu
(caten/polyhedral/parallelism::polyir-set-parallel poly 0)
(caten/polyhedral/transforms::polyir-set-parallel poly 0)
;; 1. start by implementing simple case
;; (setf (poly-schedule poly) (schedule scheduler poly)) ;; Getting an intial schedule, extracting parallelism
;; Tiling
Expand Down
Loading