libocca / occa

Portable and vendor neutral framework for parallel programming on heterogeneous platforms.
https://libocca.org
MIT License
396 stars 86 forks source link

Update MAX_ARGS value in the code generation script #697

Closed deukhyun-cha closed 1 year ago

deukhyun-cha commented 1 year ago

Update the value of the maximum arguments in code generation python script which was missing from the PR #671. This should fix the incorrect behavior for a kernel having the number of arguments greater than 50.