Mark Schofield

Results 17 issues of Mark Schofield

The requirements for building the samples says that you need "_Windows SDK version 2004 (build 19041) or later._ ". Which isn't really true; certain samples require _specific_ Windows SDKs. For...

As per [the Windows App SDK release servicing policy](https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/release-channels#windows-app-sdk-release-servicing-policy), Windows App SDK releases prior to 1.7 are out of support, but there's still lots of 1.5 usage: ``` > findstr...

Many samples use the "net6.0" TargetFramework moniker, but - as per [the .Net and .Net Core Official Support Policy](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core) - .net6.0 fell out of support on November 12, 2024. If...

Fixes #3285. `ONNX_MLIR_BUILD_TESTS` is documented as controlling whether the test executables are built. But it doesn't appear to be honored - even when I set it to `OFF`, the tests...

The "ONNX_MLIR_BUILD_TESTS" setting is documented as controlling whether the test executables are built. But it doesn't appear to be honored. A couple of problems: 1. It's only tested in `docs/doc_example/CMakeLists.txt`...

Whilst trying out onnx-mlir I hit a few problems getting things compiling on Windows. This PR contains some of the changes I needed to make to get onnx-mlir working correctly...

I'm trying to get onnx-mlir building on Windows, using Visual Studio 2022. I've worked through a few issues - see [PR3253](https://github.com/onnx/onnx-mlir/pull/3253) - but this issue is something that I'd need...