Skip to content

Commit

Permalink
Merge pull request #760 from veselypeta/petr/fix-license
Browse files Browse the repository at this point in the history
[UR] Add license to missing files
  • Loading branch information
pbalcer committed Aug 1, 2023
2 parents 41bcb88 + ca91dc9 commit 68c9230
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/conformance/adapters/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright (C) 2023 Intel Corporation
# Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM Exceptions.
# See LICENSE.TXT
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

if(UR_BUILD_ADAPTER_CUDA)
add_subdirectory(cuda)
endif()
4 changes: 4 additions & 0 deletions test/conformance/adapters/cuda/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright (C) 2023 Intel Corporation
# Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM Exceptions.
# See LICENSE.TXT
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

add_conformance_test_with_devices_environment(adapter-cuda
cuda_fixtures.h
Expand Down
5 changes: 5 additions & 0 deletions test/conformance/adapters/cuda/cuda_fixtures.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (C) 2022-2023 Intel Corporation
// Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM Exceptions.
// See LICENSE.TXT
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

#ifndef UR_TEST_CONFORMANCE_ADAPTERS_CUDA_FIXTURES_H_INCLUDED
#define UR_TEST_CONFORMANCE_ADAPTERS_CUDA_FIXTURES_H_INCLUDED
#include <cuda.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (C) 2022-2023 Intel Corporation
// Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM Exceptions.
// See LICENSE.TXT
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

#include "cuda_fixtures.h"

using urCudaContextGetNativeHandle = uur::urContextTest;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (C) 2022-2023 Intel Corporation
// Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM Exceptions.
// See LICENSE.TXT
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

#include "cuda_fixtures.h"

using urCudaDeviceCreateWithNativeHandle = uur::urPlatformTest;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (C) 2022-2023 Intel Corporation
// Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM Exceptions.
// See LICENSE.TXT
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

#include "cuda_fixtures.h"

using urCudaGetDeviceNativeHandle = uur::urDeviceTest;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (C) 2022-2023 Intel Corporation
// Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM Exceptions.
// See LICENSE.TXT
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

#include "cuda_fixtures.h"

using urCudaEventCreateWithNativeHandleTest = uur::urQueueTest;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright (C) 2022-2023 Intel Corporation
// Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM Exceptions.
// See LICENSE.TXT
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

#include "cuda_fixtures.h"

using urCudaEventGetNativeHandleTest = uur::urQueueTest;
Expand Down

0 comments on commit 68c9230

Please sign in to comment.