From cdf20a665cc3a0bc0da96975de336ce70408dcf6 Mon Sep 17 00:00:00 2001 From: GALI PREM SAGAR Date: Fri, 5 Apr 2024 17:00:43 -0500 Subject: [PATCH] Remove a file not being used (#1521) We removed using this file in : https://github.com/rapidsai/rmm/pull/1510, this pr deletes the file. Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - https://github.com/jakirkham - Ray Douglass (https://github.com/raydouglass) URL: https://github.com/rapidsai/rmm/pull/1521 --- ci/wheel_smoke_test.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 ci/wheel_smoke_test.py diff --git a/ci/wheel_smoke_test.py b/ci/wheel_smoke_test.py deleted file mode 100644 index 737c0b605..000000000 --- a/ci/wheel_smoke_test.py +++ /dev/null @@ -1,5 +0,0 @@ -import rmm - -if __name__ == "__main__": - buf = rmm.DeviceBuffer(size=100) - assert buf.size == 100