forked from gsvgit/Brahma.FSharp
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Segmentation fault on boolean kernels #116
Comments
gsvgit
added a commit
that referenced
this issue
Jul 5, 2022
## [2.0.0] - 2022-07-05 ### Fixed - Blittable types transfer - Performance issues - Pointers to private variables are explicitly private - Performance of blittable types - Performance of kernels creation - Issue #135 - Native opencl library linking - Atomics - ClArray memory management - API for buffers manipulation - Boolean type support (issue ##116, #116) - Nested functions - Complex let bindings - ToHost behaviour on non-gpu arrays - printf/printfn without arguments - Boolean binary operators - Transfer arrays of boolean - Local memory semantic. It is forbidden to initialize variables in the local memory. - Blittable types transfer - Performance issues - Pointers to private variables are explicitly private - Performance of blittable types - Performance of kernels creation - Issue #135 - Native opencl library linking - Atomics - ClArray memory management - API for buffers manipulation - Boolean type support (issue ##116, #116) - Nested functions - Complex let bindings - ToHost behaviour on non-gpu arrays - printf/printfn without arguments - Boolean binary operators - Transfer arrays of boolean - Local memory semantic. It is forbidden to initialize variables in the local memory. ### Added - New abstraction for OpenCL device - Getting workGroupSize inside kernels - Discriminated unions inside kernel functions - Stepped and non-integer loops - ```ClCell``` support - support of following types - ```Tuple``` and ```ValueTuple``` - Records including generic records - Workflow builder for OpenCL computations - New mailbox processor based API - Targeting .net 5.0 - Kernel compilation caching - Mutable variables in closures - support of printf call inside kernel code - While and for loops in workflow builders - Basic workflow builders for designing computations - New abstraction for OpenCL device - Getting workGroupSize inside kernels - Discriminated unions inside kernel functions - Stepped and non-integer loops - ```ClCell``` support - support of following types - ```Tuple``` and ```ValueTuple``` - Records including generic records - Workflow builder for OpenCL computations - New mailbox processor based API - Targeting .net 5.0 - Kernel compilation caching - Mutable variables in closures - support of printf call inside kernel code - While and for loops in workflow builders - Basic workflow builders for designing computations
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Exception when running simple kernel on bool.
To Reproduce
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: