Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
TransformerEngine
Commits
cd798c97
Unverified
Commit
cd798c97
authored
Jan 02, 2024
by
Przemyslaw Tredak
Committed by
GitHub
Jan 02, 2024
Browse files
Change the copyright to include 2024 (#583)
Signed-off-by:
Przemek Tredak
<
ptredak@nvidia.com
>
parent
fad3044b
Changes
267
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
20 deletions
+20
-20
tests/cpp/operator/test_gelu.cu
tests/cpp/operator/test_gelu.cu
+1
-1
tests/cpp/operator/test_layernorm.cu
tests/cpp/operator/test_layernorm.cu
+1
-1
tests/cpp/operator/test_multi_cast_transpose.cu
tests/cpp/operator/test_multi_cast_transpose.cu
+1
-1
tests/cpp/operator/test_qdq.cu
tests/cpp/operator/test_qdq.cu
+1
-1
tests/cpp/operator/test_rmsnorm.cu
tests/cpp/operator/test_rmsnorm.cu
+1
-1
tests/cpp/operator/test_transpose.cu
tests/cpp/operator/test_transpose.cu
+1
-1
tests/cpp/test_common.cu
tests/cpp/test_common.cu
+1
-1
tests/cpp/test_common.h
tests/cpp/test_common.h
+1
-1
tests/cpp/util/CMakeLists.txt
tests/cpp/util/CMakeLists.txt
+1
-1
tests/cpp/util/test_nvrtc.cpp
tests/cpp/util/test_nvrtc.cpp
+1
-1
tests/cpp/util/test_string.cpp
tests/cpp/util/test_string.cpp
+1
-1
tests/jax/distributed_test_base.py
tests/jax/distributed_test_base.py
+1
-1
tests/jax/test_custom_call_compute.py
tests/jax/test_custom_call_compute.py
+1
-1
tests/jax/test_distributed_fused_attn.py
tests/jax/test_distributed_fused_attn.py
+1
-1
tests/jax/test_distributed_layernorm.py
tests/jax/test_distributed_layernorm.py
+1
-1
tests/jax/test_distributed_softmax.py
tests/jax/test_distributed_softmax.py
+1
-1
tests/jax/test_fused_attn.py
tests/jax/test_fused_attn.py
+1
-1
tests/jax/test_helper.py
tests/jax/test_helper.py
+1
-1
tests/jax/test_layer.py
tests/jax/test_layer.py
+1
-1
tests/jax/test_praxis_layers.py
tests/jax/test_praxis_layers.py
+1
-1
No files found.
tests/cpp/operator/test_gelu.cu
View file @
cd798c97
/*************************************************************************
* Copyright (c) 2022-202
3
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* Copyright (c) 2022-202
4
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
*
* See LICENSE for license information.
************************************************************************/
...
...
tests/cpp/operator/test_layernorm.cu
View file @
cd798c97
/*************************************************************************
* Copyright (c) 2022-202
3
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* Copyright (c) 2022-202
4
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
*
* See LICENSE for license information.
************************************************************************/
...
...
tests/cpp/operator/test_multi_cast_transpose.cu
View file @
cd798c97
/*************************************************************************
* Copyright (c) 2022-202
3
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* Copyright (c) 2022-202
4
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
*
* See LICENSE for license information.
************************************************************************/
...
...
tests/cpp/operator/test_qdq.cu
View file @
cd798c97
/*************************************************************************
* Copyright (c) 2022-202
3
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* Copyright (c) 2022-202
4
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
*
* See LICENSE for license information.
************************************************************************/
...
...
tests/cpp/operator/test_rmsnorm.cu
View file @
cd798c97
/*************************************************************************
* Copyright (c) 2022-202
3
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* Copyright (c) 2022-202
4
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
*
* See LICENSE for license information.
************************************************************************/
...
...
tests/cpp/operator/test_transpose.cu
View file @
cd798c97
/*************************************************************************
* Copyright (c) 2022-202
3
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* Copyright (c) 2022-202
4
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
*
* See LICENSE for license information.
************************************************************************/
...
...
tests/cpp/test_common.cu
View file @
cd798c97
/*************************************************************************
* Copyright (c) 2022-202
3
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* Copyright (c) 2022-202
4
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
*
* See LICENSE for license information.
************************************************************************/
...
...
tests/cpp/test_common.h
View file @
cd798c97
/*************************************************************************
* Copyright (c) 2022-202
3
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* Copyright (c) 2022-202
4
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
*
* See LICENSE for license information.
************************************************************************/
...
...
tests/cpp/util/CMakeLists.txt
View file @
cd798c97
# Copyright (c) 2022-202
3
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# Copyright (c) 2022-202
4
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# See LICENSE for license information.
...
...
tests/cpp/util/test_nvrtc.cpp
View file @
cd798c97
/*************************************************************************
* Copyright (c) 2022-202
3
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* Copyright (c) 2022-202
4
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
*
* See LICENSE for license information.
************************************************************************/
...
...
tests/cpp/util/test_string.cpp
View file @
cd798c97
/*************************************************************************
* Copyright (c) 2022-202
3
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* Copyright (c) 2022-202
4
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
*
* See LICENSE for license information.
************************************************************************/
...
...
tests/jax/distributed_test_base.py
View file @
cd798c97
# Copyright (c) 2022-202
3
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# Copyright (c) 2022-202
4
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# See LICENSE for license information.
import
operator
...
...
tests/jax/test_custom_call_compute.py
View file @
cd798c97
# Copyright (c) 2022-202
3
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# Copyright (c) 2022-202
4
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# See LICENSE for license information.
...
...
tests/jax/test_distributed_fused_attn.py
View file @
cd798c97
# Copyright (c) 2022-202
3
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# Copyright (c) 2022-202
4
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# See LICENSE for license information.
...
...
tests/jax/test_distributed_layernorm.py
View file @
cd798c97
# Copyright (c) 2022-202
3
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# Copyright (c) 2022-202
4
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# See LICENSE for license information.
...
...
tests/jax/test_distributed_softmax.py
View file @
cd798c97
# Copyright (c) 2022-202
3
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# Copyright (c) 2022-202
4
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# See LICENSE for license information.
...
...
tests/jax/test_fused_attn.py
View file @
cd798c97
# Copyright (c) 2022-202
3
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# Copyright (c) 2022-202
4
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# See LICENSE for license information.
"""Tests for fused attention"""
...
...
tests/jax/test_helper.py
View file @
cd798c97
# Copyright (c) 2022-202
3
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# Copyright (c) 2022-202
4
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# See LICENSE for license information.
...
...
tests/jax/test_layer.py
View file @
cd798c97
# Copyright (c) 2022-202
3
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# Copyright (c) 2022-202
4
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# See LICENSE for license information.
...
...
tests/jax/test_praxis_layers.py
View file @
cd798c97
# Copyright (c) 2022-202
3
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# Copyright (c) 2022-202
4
, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# See LICENSE for license information.
...
...
Prev
1
2
3
4
5
6
7
8
…
14
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment