master branch version up : https://github.com/Samsung/ONE/pull/3768/docs/conf.py@seanshpark @hseok-oh @wateret @chunseoklee Please comment release note's content for 1.8.0
Runtime WG1
nnfw_dev.h to nnfw_experimental.hnnfw_debug.h to nnfw_internal.hNew command line interface for user interface consistancy
--version option to show version numberCompiler supports more operations
Changes
Runtime CPU backend operation support
Runtime CPU backend quant8 operation support
Packages:
http://npuci.mooo.com:8080/job/nnfw/job/release_1.8/job/daily-publish-package/2/
package test of nncc done :)
- [ ] TCM link : http://npuci.mooo.com/tcm/1.8.0/runtime/tcm-output/result.html (12/156/52) 50%
@wateret , @chunseoklee , @mhs4670go , we have issue in TCM result. We need to clear 12 No Assertion Test Cases (http://npuci.mooo.com/tcm/1.8.0/runtime/tcm-output/result.html#defects ) to release.
- [ ] TCM link : http://npuci.mooo.com/tcm/1.8.0/runtime/tcm-output/result.html (12/156/52) 50%
@wateret , @chunseoklee , @mhs4670go , we have issue in TCM result. We need to clear 12
No Assertion Test Cases(http://npuci.mooo.com/tcm/1.8.0/runtime/tcm-output/result.html#defects ) to release.
After brief review, all the defects except GenModelTests.cc is caused by inability of MACRO EXPENSION of tool.
is caused by inability of MACRO EXPENSION of tool.
TEST_F(ValidationTestSessionCreated, close_and_create_again)
{
NNFW_ENSURE_SUCCESS(nnfw_close_session(_session));
NNFW_ENSURE_SUCCESS(nnfw_create_session(&_session));
}
where
#define NNFW_ENSURE_SUCCESS(EXPR) ASSERT_EQ((EXPR), NNFW_STATUS_NO_ERROR)
Updated package:
http://npuci.mooo.com:8080/job/nnfw/job/release_1.8/job/daily-publish-package/5/artifact/