diff --git a/examples/cupti_profiler_demo.py b/examples/cupti_profiler_demo.py index 732cbc0..1a5946d 100644 --- a/examples/cupti_profiler_demo.py +++ b/examples/cupti_profiler_demo.py @@ -1,3 +1,7 @@ +# Copyright (c) Meta Platforms, Inc. and affiliates. +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. + """ Measuring CUPTI performanc metrics using CUPTI Profiler. This is supported on V100 and higher NVIDIA GPUs.