mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Disable xnn_enable_avxvnniint8 for Android.
This is only supported on the very latest compilers at the moment. PiperOrigin-RevId: 676469843
This commit is contained in:
parent
d8f20aebe7
commit
9b4fae4332
2
.bazelrc
2
.bazelrc
|
|
@ -150,6 +150,8 @@ build:android_x86_64 --fat_apk_cpu=x86_64
|
|||
# Build everything statically for Android since all static libs are later
|
||||
# bundled together into a single .so for deployment.
|
||||
build:android --dynamic_mode=off
|
||||
# TODO(belitskiy): Remove once on Clang 20.
|
||||
build:android --define=xnn_enable_avxvnniint8=false
|
||||
|
||||
# Sets the default Apple platform to macOS.
|
||||
build:macos --apple_platform_type=macos
|
||||
|
|
|
|||
2
third_party/xla/.bazelrc
vendored
2
third_party/xla/.bazelrc
vendored
|
|
@ -150,6 +150,8 @@ build:android_x86_64 --fat_apk_cpu=x86_64
|
|||
# Build everything statically for Android since all static libs are later
|
||||
# bundled together into a single .so for deployment.
|
||||
build:android --dynamic_mode=off
|
||||
# TODO(belitskiy): Remove once on Clang 20.
|
||||
build:android --define=xnn_enable_avxvnniint8=false
|
||||
|
||||
# Sets the default Apple platform to macOS.
|
||||
build:macos --apple_platform_type=macos
|
||||
|
|
|
|||
2
third_party/xla/third_party/tsl/.bazelrc
vendored
2
third_party/xla/third_party/tsl/.bazelrc
vendored
|
|
@ -150,6 +150,8 @@ build:android_x86_64 --fat_apk_cpu=x86_64
|
|||
# Build everything statically for Android since all static libs are later
|
||||
# bundled together into a single .so for deployment.
|
||||
build:android --dynamic_mode=off
|
||||
# TODO(belitskiy): Remove once on Clang 20.
|
||||
build:android --define=xnn_enable_avxvnniint8=false
|
||||
|
||||
# Sets the default Apple platform to macOS.
|
||||
build:macos --apple_platform_type=macos
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user