From b3fe77f26728400f15af5927e89bfc0a6acfa60f Mon Sep 17 00:00:00 2001 From: Johnson Sun <20457146+j3soon@users.noreply.github.com> Date: Tue, 3 Dec 2024 01:53:44 +0800 Subject: [PATCH] Rename thrust example `version.cu` to `print_version.cu` (#3002) If we follow the README to compile `version.cu` into an `version` executable, this will cause compilation of some other source files to fail. --- thrust/examples/{version.cu => print_version.cu} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename thrust/examples/{version.cu => print_version.cu} (100%) diff --git a/thrust/examples/version.cu b/thrust/examples/print_version.cu similarity index 100% rename from thrust/examples/version.cu rename to thrust/examples/print_version.cu