From 152b048bc0c2e6a24fc2d7ef25f3f93cb582b501 Mon Sep 17 00:00:00 2001 From: Giuseppe Franco Date: Thu, 31 Oct 2024 09:00:56 +0000 Subject: [PATCH] License --- tests/brevitas/core/test_quant_mx.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/brevitas/core/test_quant_mx.py b/tests/brevitas/core/test_quant_mx.py index 0bac78c0b..5a0036bb0 100644 --- a/tests/brevitas/core/test_quant_mx.py +++ b/tests/brevitas/core/test_quant_mx.py @@ -1,3 +1,6 @@ +# Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. +# SPDX-License-Identifier: BSD-3-Clause + """ Brief MXFP quantizer """