Remove CUDA_LAUNCH_BLOCKING from Lite tests (#16177)

This commit is contained in:
Carlos Mocholí 2022-12-24 07:05:55 +01:00 committed by GitHub
parent 12e8c0198a
commit 87818e3887
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -96,7 +96,6 @@ jobs:
- bash: python -m coverage run --source lightning_lite -m pytest --ignore benchmarks -v --junitxml=$(Build.StagingDirectory)/test-results.xml --durations=50
env:
PL_RUN_CUDA_TESTS: "1"
CUDA_LAUNCH_BLOCKING: "1"
workingDirectory: tests/tests_lite
displayName: 'Testing: Lite standard'
timeoutInMinutes: "10"