[Build] CUDA unit test is failing but I'm not asking to build for CUDA (Snapdragon, ARM, Windows 11, VS2022) #24890
Labels
build
build issues; typically submitted using template
ep:CUDA
issues related to the CUDA execution provider
ep:DML
issues related to the DirectML execution provider
platform:windows
issues related to the Windows platform
Uh oh!
There was an error while loading. Please reload this page.
Describe the issue
I'm building from source for DML support only. A unit test is failing, but it seems to be related to CUDA and I'm not asking for CUDA support.
Urgency
Not urgent.
Target platform
Windows 11, ARM, Snapdragon Elite
Build script
:: Copyright (c) Microsoft Corporation. All rights reserved.
:: Licensed under the MIT License.
@echo off
setlocal
set PATH=C:\Program Files\Git\usr\bin;%PATH%
rem Requires a Python install to be available in your PATH
python "%~dp0\tools\ci_build\build.py" --build_dir "%~dp0\build\Windows" --use_dml --no_kleidiai --disable_cuda_nhwc_ops %*
Error / output
...
00007FF78E85CB94: onnxruntime::test::BaseTester::ExecuteModelonnxruntime::InferenceSession
00007FF78E855014: onnxruntime::test::BaseTester::ExecuteModelForEps
00007FF78E8508E0: onnxruntime::test::BaseTester::RunWithConfig
00007FF78E64AFB0: onnxruntime::test::
anonymous namespace'::RunTest<onnxruntime::MLFloat16> 00007FF78E6457CC: onnxruntime::test::
anonymous namespace'::RunTest00007FF78E645B7C: onnxruntime::test::MatMulNBits_Float16Cuda_Test::TestBody
00007FF792C4BFDC: testing::internal::HandleSehExceptionsInMethodIfSupportedtesting::Test,void
00007FF792C4B860: testing::internal::HandleExceptionsInMethodIfSupportedtesting::Test,void
00007FF792C0AF0C: testing::Test::Run
00007FF792C0BD38: testing::TestInfo::Run
... Google Test internal frames ...
[ FAILED ] MatMulNBits.Float16Cuda (69450 ms)
[ RUN ] MatMulNBits.Float16Large
...
Visual Studio Version
VS 2022
GCC / Compiler Version
No response
The text was updated successfully, but these errors were encountered: