YaccConstructor / Brahma.FSharp

F# quotation to OpenCL translator and respective runtime to utilize GPGPUs in F# applications.
http://yaccconstructor.github.io/Brahma.FSharp
Eclipse Public License 1.0
74 stars 17 forks source link

LocalMemSize #145

Closed kirillgarbar closed 1 year ago

kirillgarbar commented 1 year ago

Some algorithms require to compute the correct amount of local memory, so adding LocalMemSize member to ClDevice can be helpfull

gsvgit commented 1 year ago

@kirillgarbar can you add a link to your implementation of this functionality?

kirillgarbar commented 1 year ago

https://github.com/kirillgarbar/GraphBLAS-sharp/blob/58e8a388008587dffda805e645b0cdbddb06c9d4/src/GraphBLAS-sharp.Backend/Common/Utils.fs#L29

gsvgit commented 1 year ago

Added in v2.0.4