Skip to content

Commit

Permalink
Revert validate_function.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
yavn committed Nov 13, 2024
1 parent 9340ed0 commit b387b2a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions source/val/validate_function.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// Copyright (c) 2018 Google LLC.
// Modifications Copyright (C) 2024 Advanced Micro Devices, Inc. All rights
// reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -307,7 +305,6 @@ spv_result_t ValidateFunctionCall(ValidationState_t& _,
case spv::StorageClass::Private:
case spv::StorageClass::Workgroup:
case spv::StorageClass::AtomicCounter:
case spv::StorageClass::NodePayloadAMDX:
// These are always allowed.
break;
case spv::StorageClass::StorageBuffer:
Expand Down

0 comments on commit b387b2a

Please sign in to comment.