Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fnrizzi committed Nov 18, 2023
1 parent 68e4bed commit 61842b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/unit_test/TestDeviceAndThreads.py
Expand Up @@ -17,7 +17,7 @@

import unittest
import subprocess
import platform #psutil
import platform

PREFIX = "$<TARGET_FILE_DIR:Kokkos_CoreUnitTest_DeviceAndThreads>"
EXECUTABLE = "$<TARGET_FILE_NAME:Kokkos_CoreUnitTest_DeviceAndThreads>"
Expand All @@ -31,7 +31,6 @@ def GetFlag(flag, *extra_args):
return int(p.stdout)

def GetNumThreads(max_threads):
#phys_cores_count = psutil.cpu_count(logical=False)
args = []
name = platform.system()
if name == 'Darwin':
Expand Down

0 comments on commit 61842b7

Please sign in to comment.