Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsan-ca committed Oct 4, 2023
1 parent 1c084f4 commit 19f8e51
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/py/test_gpu_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ def test_conv_relu():

library = "libamdhip64.so"

# Environment variable for rocm path
rocm_path_env_var = "rocm_path"

# Create complete path for library
rocm_path_var = os.getenv(rocm_path_env_var, default="/opt/rocm")

library_file = os.path.join(rocm_path_var, "lib", library)
Expand Down

0 comments on commit 19f8e51

Please sign in to comment.