mirror of
https://github.com/amd/blis.git
synced 2026-04-20 07:38:53 +00:00
Code cleanup: AMD copyright notice
Standardize format of AMD copyright notice. AMD-Internal: [CPUPL-3519] Change-Id: I98530e58138765e5cd5bc0c97500506801eb0bf0
This commit is contained in:
2
vendor/testcpp/CMakeLists.txt
vendored
2
vendor/testcpp/CMakeLists.txt
vendored
@@ -1,4 +1,4 @@
|
||||
##Copyright (C) 2020-2023, Advanced Micro Devices, Inc. All rights reserved.##
|
||||
##Copyright (C) 2020 - 2023, Advanced Micro Devices, Inc. All rights reserved.##
|
||||
|
||||
# Comments:
|
||||
# - DIST_PATH is assumed to not exist if BLIS_INSTALL_PATH is given.
|
||||
|
||||
2
vendor/testcpp/Makefile
vendored
2
vendor/testcpp/Makefile
vendored
@@ -3,7 +3,7 @@
|
||||
# libraries.
|
||||
#
|
||||
# Copyright (C) 2014, The University of Texas at Austin
|
||||
# Copyright (C) 2017-2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
# Copyright (C) 2017 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_asum.cc
vendored
2
vendor/testcpp/test_asum.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP asum routine and reference blis asum routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_axpy.cc
vendored
2
vendor/testcpp/test_axpy.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP gemm routine and reference blis gemm routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_copy.cc
vendored
2
vendor/testcpp/test_copy.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP gemm routine and reference blis gemm routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_dot.cc
vendored
2
vendor/testcpp/test_dot.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP gemm routine and reference blis gemm routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_dotc.cc
vendored
2
vendor/testcpp/test_dotc.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP dotc routine and reference blis dotc routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_gbmv.cc
vendored
2
vendor/testcpp/test_gbmv.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP gemm routine and reference blis gemm routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_gemm.cc
vendored
2
vendor/testcpp/test_gemm.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP gemm routine and reference blis gemm routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_gemv.cc
vendored
2
vendor/testcpp/test_gemv.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP gemm routine and reference blis gemm routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_ger.cc
vendored
2
vendor/testcpp/test_ger.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP gemm routine and reference blis gemm routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_gerc.cc
vendored
2
vendor/testcpp/test_gerc.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP gemm routine and reference blis gemm routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_geru.cc
vendored
2
vendor/testcpp/test_geru.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP gemm routine and reference blis gemm routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_hemm.cc
vendored
2
vendor/testcpp/test_hemm.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP gemm routine and reference blis gemm routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_hemv.cc
vendored
2
vendor/testcpp/test_hemv.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP gemm routine and reference blis gemm routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_her.cc
vendored
2
vendor/testcpp/test_her.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP gemm routine and reference blis gemm routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_her2.cc
vendored
2
vendor/testcpp/test_her2.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP gemm routine and reference blis gemm routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_herk.cc
vendored
2
vendor/testcpp/test_herk.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP herk routine and reference blis herk routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_hpr.cc
vendored
2
vendor/testcpp/test_hpr.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP gemm routine and reference blis gemm routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_hpr2.cc
vendored
2
vendor/testcpp/test_hpr2.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP gemm routine and reference blis gemm routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_nrm2.cc
vendored
2
vendor/testcpp/test_nrm2.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP nrm2 routine and reference blis nrm2 routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_rot.cc
vendored
2
vendor/testcpp/test_rot.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP rot routine and reference blis rot routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_rotg.cc
vendored
2
vendor/testcpp/test_rotg.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP rotg routine and reference blis rotg routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_rotm.cc
vendored
2
vendor/testcpp/test_rotm.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP rotm routine and reference blis rotm routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_rotmg.cc
vendored
2
vendor/testcpp/test_rotmg.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP rotmg routine and reference blis rotmg routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_scal.cc
vendored
2
vendor/testcpp/test_scal.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP gemm routine and reference blis gemm routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_sdsdot.cc
vendored
2
vendor/testcpp/test_sdsdot.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP sdsdot routine and reference blis sdsdot routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_spr.cc
vendored
2
vendor/testcpp/test_spr.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP gemm routine and reference blis gemm routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_spr2.cc
vendored
2
vendor/testcpp/test_spr2.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP gemm routine and reference blis gemm routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_swap.cc
vendored
2
vendor/testcpp/test_swap.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP gemm routine and reference blis gemm routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_symm.cc
vendored
2
vendor/testcpp/test_symm.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP symm routine and reference blis symm routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_syr.cc
vendored
2
vendor/testcpp/test_syr.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP gemm routine and reference blis gemm routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_syr2.cc
vendored
2
vendor/testcpp/test_syr2.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP gemm routine and reference blis gemm routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_syr2k.cc
vendored
2
vendor/testcpp/test_syr2k.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP syr2k routine and reference blis syr2k routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_syrk.cc
vendored
2
vendor/testcpp/test_syrk.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP gemm routine and reference blis gemm routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_tbmv.cc
vendored
2
vendor/testcpp/test_tbmv.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP gemm routine and reference blis gemm routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_tbsv.cc
vendored
2
vendor/testcpp/test_tbsv.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP gemm routine and reference blis gemm routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_tpmv.cc
vendored
2
vendor/testcpp/test_tpmv.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP gemm routine and reference blis gemm routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_tpsv.cc
vendored
2
vendor/testcpp/test_tpsv.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP gemm routine and reference blis gemm routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_trmm.cc
vendored
2
vendor/testcpp/test_trmm.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP trmm routine and reference blis trmm routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_trsm.cc
vendored
2
vendor/testcpp/test_trsm.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP trsm routine and reference blis trsm routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
2
vendor/testcpp/test_trsv.cc
vendored
2
vendor/testcpp/test_trsv.cc
vendored
@@ -3,7 +3,7 @@
|
||||
BLISPP
|
||||
C++ test driver for BLIS CPP gemm routine and reference blis gemm routine.
|
||||
|
||||
Copyright (C) 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2019 - 2023, Advanced Micro Devices, Inc. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
Reference in New Issue
Block a user