forked from gsvgit/Brahma.FSharp
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [2.0.0-alpha9.5] - 2022-05-07 ### Added - New abstraction for OpenCL device - Getting workGroupSize inside kernels ### Fixed - Pointers to private variables are explicitly private - Performance of blittable types - Performance of kernels creation
- Loading branch information
Showing
6 changed files
with
33 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,23 @@ | ||
// Auto-Generated by FAKE; do not edit | ||
namespace System | ||
open System.Reflection | ||
open System.Runtime.CompilerServices | ||
|
||
|
||
[<assembly: InternalsVisibleTo("Brahma.FSharp.Tests")>] | ||
[<assembly: AssemblyTitleAttribute("Brahma.FSharp.OpenCL.Core")>] | ||
[<assembly: AssemblyProductAttribute("Brahma.FSharp")>] | ||
[<assembly: AssemblyVersionAttribute("2.0.0")>] | ||
[<assembly: AssemblyMetadataAttribute("ReleaseDate","2022-04-08T00:00:00.0000000+03:00")>] | ||
[<assembly: AssemblyMetadataAttribute("ReleaseDate","2022-05-07T00:00:00.0000000+03:00")>] | ||
[<assembly: AssemblyFileVersionAttribute("2.0.0")>] | ||
[<assembly: AssemblyInformationalVersionAttribute("2.0.0")>] | ||
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","alpha9")>] | ||
[<assembly: AssemblyMetadataAttribute("GitHash","2abdfbc791a309f25e47a215aefa498f580a81d3")>] | ||
[<assembly: AssemblyMetadataAttribute("GitHash","b6bd6e99f75b59429d6a727943811799fc79fff3")>] | ||
do () | ||
|
||
module internal AssemblyVersionInformation = | ||
let [<Literal>] AssemblyTitle = "Brahma.FSharp.OpenCL.Core" | ||
let [<Literal>] AssemblyProduct = "Brahma.FSharp" | ||
let [<Literal>] AssemblyVersion = "2.0.0" | ||
let [<Literal>] AssemblyMetadata_ReleaseDate = "2022-04-08T00:00:00.0000000+03:00" | ||
let [<Literal>] AssemblyMetadata_ReleaseDate = "2022-05-07T00:00:00.0000000+03:00" | ||
let [<Literal>] AssemblyFileVersion = "2.0.0" | ||
let [<Literal>] AssemblyInformationalVersion = "2.0.0" | ||
let [<Literal>] AssemblyMetadata_ReleaseChannel = "alpha9" | ||
let [<Literal>] AssemblyMetadata_GitHash = "2abdfbc791a309f25e47a215aefa498f580a81d3" | ||
let [<Literal>] AssemblyMetadata_GitHash = "b6bd6e99f75b59429d6a727943811799fc79fff3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters