Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
124 changes: 0 additions & 124 deletions .github/workflows/win_webnn_rel.yaml

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
/third_party/jsoncpp*
/third_party/llvm-build
/third_party/vulkan*
/third_party/webnn_native
/third_party/libFuzzer
/third_party/*benchmark*
/tools
Expand Down
7 changes: 0 additions & 7 deletions build_overrides/gpgmm_features.gni
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ if (!defined(checkout_dawn)) {
checkout_dawn = false
}

if (!defined(checkout_webnn)) {
checkout_webnn = false
}

declare_args() {
# Enable GPGMM's ASSERTs even in release builds
# Sets -dGPGMM_ENABLE_ASSERTS
Expand All @@ -41,9 +37,6 @@ declare_args() {
# Enables compilation of Dawn's end2end tests.
gpgmm_enable_dawn = checkout_dawn

# Enables compilation of WebNN's end2end tests.
gpgmm_enable_webnn = checkout_webnn

# Build GPGMM as a shared library.
# Sets -dGPGMM_SHARED_LIBRARY
gpgmm_shared_library = false
Expand Down
23 changes: 0 additions & 23 deletions build_overrides/webnn.gni

This file was deleted.

1 change: 0 additions & 1 deletion scripts/regression_check.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Copyright 2021 The WebNN Authors
# Copyright 2022 The GPGMM Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Loading