forked from zoogie/bfCL
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
# bfCL | ||
OpenCL! fancy! | ||
This is an experimental port of [TWLbf](https://github.com/Jimmy-Z/TWLbf) to OpenCL. | ||
|
||
Only tested with mingw-w64-x86_64/MSYS2 and Intel OpenCL SDK, | ||
should work with MSVC(not too old) and POSIX with other OpenCL SDK. | ||
### Compile | ||
Only tested with [mingw-w64-x86_64](https://mingw-w64.org/) | ||
/[MSYS2](http://www.msys2.org/) | ||
(and occasionally Visual Studio 2017 Community) and Intel OpenCL SDK. | ||
|
||
### License | ||
Used code from [mbed TLS](https://github.com/ARMmbed/mbedtls/) which is Apache 2.0 license, | ||
so I guess this project becomes Apache 2.0 licensed automatically? | ||
or only the related file are Apache 2.0? I'm not sure. | ||
or only related files are Apache 2.0? I'm not sure. |