Skip to content

Commit

Permalink
[PyITA] Modify license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
gamzeisl committed Sep 24, 2024
1 parent 7a22227 commit 8ebfda6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 42 deletions.
23 changes: 2 additions & 21 deletions PyITA/gelu.py
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
# ----------------------------------------------------------------------
#
# File: gelu.py
#
# Last edited: 24.09.2024
#
# Copyright (C) 2024, ETH Zurich and University of Bologna.
#
# ----------------------------------------------------------------------
# Copyright 2024 ETH Zurich and University of Bologna.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the License); you may
# not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an AS IS BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import numpy as np

Expand Down
23 changes: 2 additions & 21 deletions PyITA/test_gelu.py
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
# ----------------------------------------------------------------------
#
# File: test_gelu.py
#
#
# Copyright (C) 2024, ETH Zurich and University of Bologna.
#
#
# ----------------------------------------------------------------------
# Copyright 2024 ETH Zurich and University of Bologna.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the License); you may
# not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an AS IS BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# This test file is used to check the integer quantization of the GELU function.

Expand Down

0 comments on commit 8ebfda6

Please sign in to comment.