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

Make sure KernelTemplateMapper extractors's size is the same as the number of args #534

Merged
merged 2 commits into from
Feb 26, 2020

Conversation

k-ye
Copy link
Member

@k-ye k-ye commented Feb 25, 2020

Fixes #531

@yuanming-hu yuanming-hu merged commit 84d7efa into taichi-dev:master Feb 26, 2020
@yuanming-hu
Copy link
Member

Cool, thanks!

yuanming-hu pushed a commit that referenced this pull request Feb 26, 2020
…umber of args (#534)

* Make sure KernelTemplateMapper extractors's size is the same as the number of args

Fixes #531

* fix test
xumingkuan pushed a commit to xumingkuan/taichi that referenced this pull request Feb 26, 2020
…umber of args (taichi-dev#534)

* Make sure KernelTemplateMapper extractors's size is the same as the number of args

Fixes taichi-dev#531

* fix test
yuanming-hu added a commit that referenced this pull request Feb 26, 2020
* tmp

* Avoid duplicate evaluations in chaining comparison

* minor: new line

* removed taichi/lang.h and taichi/llvm_jit.h

* tmp

* Make sure KernelTemplateMapper extractors's size is the same as the number of args (#534)

* Make sure KernelTemplateMapper extractors's size is the same as the number of args

Fixes #531

* fix test

* Update README.md

* Avoid duplicate evaluations in chaining comparison

* minor: new line

* improve tests

* Do not apply the generic visitor if the function called is ti.static

* Disallow Expr.__getitem__ in Taichi-scope

Co-authored-by: Yuanming Hu <yuanming-hu@users.noreply.github.com>
Co-authored-by: Ye Kuang <k-ye@users.noreply.github.com>
@k-ye k-ye deleted the argbug branch March 18, 2020 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@ti.kernel couldn't handle a mixed args of primitives and ti.ext_arr()
4 participants