-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
why taichi gpu jit compiler complain warning only at first time? #7753
Comments
Hi lgyStoic, |
That was wierd... Can you provide an example code to reproduce that? |
ok...I found that core dump caused because my access index is invalid.... Consicely,
In upper function, I want to do a gaussian filter to image , and then resize to half.
I forget to do div on height and wide.. Using this wrong code. compiler's behavior is quit strange. Like the screenshot upper...The script "done" at first time, and write a image to file(don't care image's correctness)........
|
As I tested ,I use taichi lang for image pyramid, but I found the compile warning message only compain at first time,
as I expect, taichi wiil be do compile at every time when I start run my script..But I found there is no warning message output at non-first time.
Does taichi gpu cached the compile binary for the after launch?
But if the backend is cpu, the compile warning message is alwary exist..
Does this behavior is in expect or not ?
The text was updated successfully, but these errors were encountered: