Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix isa gen #973

Merged
merged 4 commits into from
Jun 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (c) Canaan Inc. All rights reserved.
// Licensed under the Apache license. See LICENSE file in the project root for full license information.
/* This file is generated by tools/stackvm_gen/IsaGen at 2023/5/29 11:28:51 +08:00. */
/* This file is generated by tools/stackvm_gen/IsaGen at 2023/6/20 14:21:49 +08:00. */

using System;
using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (c) Canaan Inc. All rights reserved.
// Licensed under the Apache license. See LICENSE file in the project root for full license information.
/* This file is generated by tools/stackvm_gen/IsaGen at 2023/5/29 11:28:51 +08:00. */
/* This file is generated by tools/stackvm_gen/IsaGen at 2023/6/20 14:21:49 +08:00. */

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion src/Native/include/nncase/kernels/stackvm/tensor_ops.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is generated by tools/stackvm_gen/IsaGen at 2023/5/29 11:28:51
/* This file is generated by tools/stackvm_gen/IsaGen at 2023/6/20 14:21:49
* +08:00.
*
* Copyright 2019-2021 Canaan Inc.
Expand Down
2 changes: 1 addition & 1 deletion src/Native/include/nncase/runtime/stackvm/op_reader.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is generated by tools/stackvm_gen/IsaGen at 2023/5/29 11:28:51
/* This file is generated by tools/stackvm_gen/IsaGen at 2023/6/20 14:21:49
* +08:00.
*
* Copyright 2019-2021 Canaan Inc.
Expand Down
2 changes: 1 addition & 1 deletion src/Native/include/nncase/runtime/stackvm/opcode.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is generated by tools/stackvm_gen/IsaGen at 2023/5/29 11:28:50
/* This file is generated by tools/stackvm_gen/IsaGen at 2023/6/20 14:21:49
* +08:00.
*
* Copyright 2019-2021 Canaan Inc.
Expand Down
2 changes: 1 addition & 1 deletion src/Native/src/runtime/stackvm/op_reader.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is generated by tools/stackvm_gen/IsaGen at 2023/5/29 11:28:51
/* This file is generated by tools/stackvm_gen/IsaGen at 2023/6/20 14:21:49
* +08:00.
*
* Copyright 2019-2021 Canaan Inc.
Expand Down
Loading