Skip to content

Access to latest defines #722

@tgraupmann

Description

@tgraupmann

How do you get access to the latest DirectML which is referenced by many projects?
https://github.com/search?q=a5312f72c51864b4d705ac62d25d08bcd88c4fb1&type=code

directml_repo
GIT_REPOSITORY https://dev.azure.com/microsoft/WindowsAI/_git/DirectML
GIT_TAG a5312f72c51864b4d705ac62d25d08bcd88c4fb1
GIT_SHALLOW OFF # not allowed when GIT_TAG is a commit SHA, which is preferred (it's stable, unlike branches)
GIT_PROGRESS ON
BUILD_IN_SOURCE ON

How do you sign up for access?

It was necessary to build DirectML and OnnxRuntime from source because the 32-bit DLLs are not on Nuget. Also I need the 32-bit and 64-bit DLLs to have unique names for the Unity build process to avoid collisions.

I prefer suffixes like:

./x64/DirectML64.dll
./x64/onnxruntime64.dll
./x64/onnxruntime_providers_shared64.dll
./x86/DirectML32.dll
./x86/onnxruntime32.dll
./x86/onnxruntime_providers_shared32.dll

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions