mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
### Description This PR contains a part of the changes in #23318. The reason of creating this PR is: The works to support building WebGPU EP in WASM depends on #23318, which cannot be merged since it's blocked by upstream (https://github.com/llvm/llvm-project/issues/122166). This PR contains the changes can be safely merged separately and can unblock the development of supporting building WebGPU EP in WASM. --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
28 lines
959 B
C
28 lines
959 B
C
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// Licensed under the MIT License.
|
|
|
|
#pragma once
|
|
|
|
#cmakedefine HAS_BITWISE_INSTEAD_OF_LOGICAL
|
|
#cmakedefine HAS_CAST_FUNCTION_TYPE
|
|
#cmakedefine HAS_CATCH_VALUE
|
|
#cmakedefine HAS_CLASS_MEMACCESS
|
|
#cmakedefine HAS_DEPRECATED_COPY
|
|
#cmakedefine HAS_DEPRECATED_DECLARATIONS
|
|
#cmakedefine HAS_DEPRECATED_LITERAL_OPERATOR
|
|
#cmakedefine HAS_DEPRECATED_THIS_CAPTURE
|
|
#cmakedefine HAS_FORMAT_TRUNCATION
|
|
#cmakedefine HAS_IGNORED_ATTRIBUTES
|
|
#cmakedefine HAS_MAYBE_UNINITIALIZED
|
|
#cmakedefine HAS_MISSING_BRACES
|
|
#cmakedefine HAS_NONNULL_COMPARE
|
|
#cmakedefine HAS_PARENTHESES
|
|
#cmakedefine HAS_REALLOCARRAY
|
|
#cmakedefine HAS_SHORTEN_64_TO_32
|
|
#cmakedefine HAS_TAUTOLOGICAL_POINTER_COMPARE
|
|
#cmakedefine HAS_UNUSED_BUT_SET_PARAMETER
|
|
#cmakedefine HAS_UNUSED_BUT_SET_VARIABLE
|
|
#cmakedefine HAS_UNUSED_VARIABLE
|
|
#cmakedefine HAS_USELESS_CAST
|
|
#cmakedefine ORT_BUILD_INFO "@ORT_BUILD_INFO@"
|
|
#cmakedefine ORT_VERSION "@ORT_VERSION@"
|