From 0cc0db894510ebeee66f1a6e789b6c677bba7855 Mon Sep 17 00:00:00 2001 From: JasonLeeJsL Date: Thu, 18 Jan 2024 14:47:24 +0800 Subject: [PATCH] eri_test_update --- tests/native/xla/eri_kernel_test.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tests/native/xla/eri_kernel_test.py b/tests/native/xla/eri_kernel_test.py index 8876ff2..4af4775 100644 --- a/tests/native/xla/eri_kernel_test.py +++ b/tests/native/xla/eri_kernel_test.py @@ -1,3 +1,17 @@ +# Copyright 2023 Garena Online Private Limited +# +# 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 +# +# http://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 jax jax.config.update("jax_enable_x64", True) import jaxlib