Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7ac282c

Browse files
committed
reverted uPAL USE_OPTIMIZED flag renaming
1 parentf8eaf64 commit7ac282c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎src/uTensor/core/uPAL.hpp‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#defineUTENSOR_UPAL_H
33
#include"uTensor/core/uTensor_util.hpp"
44

5-
#ifndefUSE_CMSIS_NN
6-
#defineUSE_CMSIS_NN0
5+
#ifndefUSE_OPTIMIZED
6+
#defineUSE_OPTIMIZED0
77
#endif
88

99
// TODO: use macros to register platforms and bit operators to combine flags

‎src/uTensor/ops/optimized/arm/FFT.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include"uTensor/core/uPAL.hpp"
2-
#if UT_ARCH(UT_ARCH_ARM) &&USE_CMSIS_NN
2+
#if UT_ARCH(UT_ARCH_ARM) &&USE_OPTIMIZED
33

44
#include"FFT.hpp"
55
#include"uTensor/core/context.hpp"

‎src/uTensor/ops/optimized/arm/FFT.hpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include"uTensor/core/uPAL.hpp"
2-
#if UT_ARCH(UT_ARCH_ARM) &&USE_CMSIS_NN
2+
#if UT_ARCH(UT_ARCH_ARM) &&USE_OPTIMIZED
33

44
#ifndef UTENSOR_FFT_HPP
55
#defineUTENSOR_FFT_HPP

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp