From 11c70243dbda327a9b6c1542768ebb399b7b47ad Mon Sep 17 00:00:00 2001 From: Rob Armstrong Date: Fri, 10 Jan 2025 08:12:56 -0800 Subject: [PATCH] Move EGLSync_CUDAEvent_Interop to Tegra samples --- .../EGLSync_CUDAEvent_Interop/.vscode/c_cpp_properties.json | 0 .../Tegra}/EGLSync_CUDAEvent_Interop/.vscode/extensions.json | 0 .../Tegra}/EGLSync_CUDAEvent_Interop/.vscode/launch.json | 0 .../Tegra}/EGLSync_CUDAEvent_Interop/.vscode/tasks.json | 0 .../Tegra}/EGLSync_CUDAEvent_Interop/CMakeLists.txt | 0 .../Tegra}/EGLSync_CUDAEvent_Interop/EGLSync_CUDAEvent_Interop.cu | 0 .../Tegra}/EGLSync_CUDAEvent_Interop/Makefile | 0 .../Tegra}/EGLSync_CUDAEvent_Interop/NsightEclipse.xml | 0 .../Tegra}/EGLSync_CUDAEvent_Interop/README.md | 0 .../Tegra}/EGLSync_CUDAEvent_Interop/egl_common.h | 0 .../Tegra}/EGLSync_CUDAEvent_Interop/findegl.mk | 0 .../Tegra}/EGLSync_CUDAEvent_Interop/graphics_interface.h | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename Samples/{2_Concepts_and_Techniques => 8_Platform_Specific/Tegra}/EGLSync_CUDAEvent_Interop/.vscode/c_cpp_properties.json (100%) rename Samples/{2_Concepts_and_Techniques => 8_Platform_Specific/Tegra}/EGLSync_CUDAEvent_Interop/.vscode/extensions.json (100%) rename Samples/{2_Concepts_and_Techniques => 8_Platform_Specific/Tegra}/EGLSync_CUDAEvent_Interop/.vscode/launch.json (100%) rename Samples/{2_Concepts_and_Techniques => 8_Platform_Specific/Tegra}/EGLSync_CUDAEvent_Interop/.vscode/tasks.json (100%) rename Samples/{2_Concepts_and_Techniques => 8_Platform_Specific/Tegra}/EGLSync_CUDAEvent_Interop/CMakeLists.txt (100%) rename Samples/{2_Concepts_and_Techniques => 8_Platform_Specific/Tegra}/EGLSync_CUDAEvent_Interop/EGLSync_CUDAEvent_Interop.cu (100%) rename Samples/{2_Concepts_and_Techniques => 8_Platform_Specific/Tegra}/EGLSync_CUDAEvent_Interop/Makefile (100%) rename Samples/{2_Concepts_and_Techniques => 8_Platform_Specific/Tegra}/EGLSync_CUDAEvent_Interop/NsightEclipse.xml (100%) rename Samples/{2_Concepts_and_Techniques => 8_Platform_Specific/Tegra}/EGLSync_CUDAEvent_Interop/README.md (100%) rename Samples/{2_Concepts_and_Techniques => 8_Platform_Specific/Tegra}/EGLSync_CUDAEvent_Interop/egl_common.h (100%) rename Samples/{2_Concepts_and_Techniques => 8_Platform_Specific/Tegra}/EGLSync_CUDAEvent_Interop/findegl.mk (100%) rename Samples/{2_Concepts_and_Techniques => 8_Platform_Specific/Tegra}/EGLSync_CUDAEvent_Interop/graphics_interface.h (100%) diff --git a/Samples/2_Concepts_and_Techniques/EGLSync_CUDAEvent_Interop/.vscode/c_cpp_properties.json b/Samples/8_Platform_Specific/Tegra/EGLSync_CUDAEvent_Interop/.vscode/c_cpp_properties.json similarity index 100% rename from Samples/2_Concepts_and_Techniques/EGLSync_CUDAEvent_Interop/.vscode/c_cpp_properties.json rename to Samples/8_Platform_Specific/Tegra/EGLSync_CUDAEvent_Interop/.vscode/c_cpp_properties.json diff --git a/Samples/2_Concepts_and_Techniques/EGLSync_CUDAEvent_Interop/.vscode/extensions.json b/Samples/8_Platform_Specific/Tegra/EGLSync_CUDAEvent_Interop/.vscode/extensions.json similarity index 100% rename from Samples/2_Concepts_and_Techniques/EGLSync_CUDAEvent_Interop/.vscode/extensions.json rename to Samples/8_Platform_Specific/Tegra/EGLSync_CUDAEvent_Interop/.vscode/extensions.json diff --git a/Samples/2_Concepts_and_Techniques/EGLSync_CUDAEvent_Interop/.vscode/launch.json b/Samples/8_Platform_Specific/Tegra/EGLSync_CUDAEvent_Interop/.vscode/launch.json similarity index 100% rename from Samples/2_Concepts_and_Techniques/EGLSync_CUDAEvent_Interop/.vscode/launch.json rename to Samples/8_Platform_Specific/Tegra/EGLSync_CUDAEvent_Interop/.vscode/launch.json diff --git a/Samples/2_Concepts_and_Techniques/EGLSync_CUDAEvent_Interop/.vscode/tasks.json b/Samples/8_Platform_Specific/Tegra/EGLSync_CUDAEvent_Interop/.vscode/tasks.json similarity index 100% rename from Samples/2_Concepts_and_Techniques/EGLSync_CUDAEvent_Interop/.vscode/tasks.json rename to Samples/8_Platform_Specific/Tegra/EGLSync_CUDAEvent_Interop/.vscode/tasks.json diff --git a/Samples/2_Concepts_and_Techniques/EGLSync_CUDAEvent_Interop/CMakeLists.txt b/Samples/8_Platform_Specific/Tegra/EGLSync_CUDAEvent_Interop/CMakeLists.txt similarity index 100% rename from Samples/2_Concepts_and_Techniques/EGLSync_CUDAEvent_Interop/CMakeLists.txt rename to Samples/8_Platform_Specific/Tegra/EGLSync_CUDAEvent_Interop/CMakeLists.txt diff --git a/Samples/2_Concepts_and_Techniques/EGLSync_CUDAEvent_Interop/EGLSync_CUDAEvent_Interop.cu b/Samples/8_Platform_Specific/Tegra/EGLSync_CUDAEvent_Interop/EGLSync_CUDAEvent_Interop.cu similarity index 100% rename from Samples/2_Concepts_and_Techniques/EGLSync_CUDAEvent_Interop/EGLSync_CUDAEvent_Interop.cu rename to Samples/8_Platform_Specific/Tegra/EGLSync_CUDAEvent_Interop/EGLSync_CUDAEvent_Interop.cu diff --git a/Samples/2_Concepts_and_Techniques/EGLSync_CUDAEvent_Interop/Makefile b/Samples/8_Platform_Specific/Tegra/EGLSync_CUDAEvent_Interop/Makefile similarity index 100% rename from Samples/2_Concepts_and_Techniques/EGLSync_CUDAEvent_Interop/Makefile rename to Samples/8_Platform_Specific/Tegra/EGLSync_CUDAEvent_Interop/Makefile diff --git a/Samples/2_Concepts_and_Techniques/EGLSync_CUDAEvent_Interop/NsightEclipse.xml b/Samples/8_Platform_Specific/Tegra/EGLSync_CUDAEvent_Interop/NsightEclipse.xml similarity index 100% rename from Samples/2_Concepts_and_Techniques/EGLSync_CUDAEvent_Interop/NsightEclipse.xml rename to Samples/8_Platform_Specific/Tegra/EGLSync_CUDAEvent_Interop/NsightEclipse.xml diff --git a/Samples/2_Concepts_and_Techniques/EGLSync_CUDAEvent_Interop/README.md b/Samples/8_Platform_Specific/Tegra/EGLSync_CUDAEvent_Interop/README.md similarity index 100% rename from Samples/2_Concepts_and_Techniques/EGLSync_CUDAEvent_Interop/README.md rename to Samples/8_Platform_Specific/Tegra/EGLSync_CUDAEvent_Interop/README.md diff --git a/Samples/2_Concepts_and_Techniques/EGLSync_CUDAEvent_Interop/egl_common.h b/Samples/8_Platform_Specific/Tegra/EGLSync_CUDAEvent_Interop/egl_common.h similarity index 100% rename from Samples/2_Concepts_and_Techniques/EGLSync_CUDAEvent_Interop/egl_common.h rename to Samples/8_Platform_Specific/Tegra/EGLSync_CUDAEvent_Interop/egl_common.h diff --git a/Samples/2_Concepts_and_Techniques/EGLSync_CUDAEvent_Interop/findegl.mk b/Samples/8_Platform_Specific/Tegra/EGLSync_CUDAEvent_Interop/findegl.mk similarity index 100% rename from Samples/2_Concepts_and_Techniques/EGLSync_CUDAEvent_Interop/findegl.mk rename to Samples/8_Platform_Specific/Tegra/EGLSync_CUDAEvent_Interop/findegl.mk diff --git a/Samples/2_Concepts_and_Techniques/EGLSync_CUDAEvent_Interop/graphics_interface.h b/Samples/8_Platform_Specific/Tegra/EGLSync_CUDAEvent_Interop/graphics_interface.h similarity index 100% rename from Samples/2_Concepts_and_Techniques/EGLSync_CUDAEvent_Interop/graphics_interface.h rename to Samples/8_Platform_Specific/Tegra/EGLSync_CUDAEvent_Interop/graphics_interface.h