Open gaikwadrahul8 opened 3 days ago
This issue originally reported by @misterBart has been moved to this dedicated repository for LiteRT to enhance issue tracking and prioritization. To ensure continuity, we have created this new issue on your behalf.
We appreciate your understanding and look forward to your continued involvement.
Issue type
Bug
Have you reproduced the bug with TensorFlow Nightly?
No
Source
source
TensorFlow version
tf 2.13
Custom code
No
OS platform and distribution
Windows 10
Mobile device
No response
Python version
No response
Bazel version
No response
GCC/compiler version
Visual Studio 2019 and 2022
CUDA/cuDNN version
No response
GPU model and memory
No response
Current behavior?
Building TfLite 2.13 with cmake and
-DTFLITE_ENABLE_GPU=ON
fails if Visual Studio 2019 or 2022 is used. Tested on two different machines, it fails on both machines. Steps executed in Windows Command Prompt:The cmake build command yields two errors:
To fix this, add
#include <any>
totensorflow\lite\delegates\gpu\common\selectors\operation_selector.cc
andtensorflow\lite\delegates\gpu\common\selectors\operation_selector.cc
Standalone code to reproduce the issue
Relevant log output
No response