forked from JetBrains/kotlin-native
-
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.
* v0.2 preparations * Fix Tensorflow sample.
- Loading branch information
Showing
6 changed files
with
37 additions
and
13 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## v0.2 ## | ||
* Added support for coroutines | ||
* Fixed most stdlib incompatibilities | ||
* Improved memory management performance | ||
* Cross-module inline function support | ||
* Unicode support independent from installed system locales | ||
* Interoperability improvements | ||
* file-based filtering in definition file | ||
* stateless lambdas could be used as C callbacks | ||
* any Unicode string could be passed to C function | ||
* Very basic debugging support | ||
* Improve compilation and linking performance | ||
|
||
## v0.1 ## | ||
Initial technical preview of Kotlin/Native. |
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
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,2 +1,2 @@ | ||
headers = tensorflow/c/c_api.h | ||
compilerOpts = -I/usr/local/include -L/usr/local/lib | ||
compilerOpts = -I/opt/local/include -L/opt/local/lib |