Skip to content

Commit

Permalink
fight out_of_resources
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust authored Jan 31, 2025
1 parent 5dd4f60 commit 24d6114
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ jobs:
# enable coverage report generation
echo "COVERAGE_RCFILE=$(readlink -f .coveragerc)" >> "$GITHUB_ENV"
if [[ -z $DPCFLAG ]]; then echo "SKLEARNEX_GCOV=1" >> "$GITHUB_ENV"; fi
echo "NEOReadDebugKeys=1" >> "$GITHUB_ENV"; fi
echo "EnableRecoverablePageFaults=1" >> "$GITHUB_ENV"; fi
echo "DisableScratchPages=0" >> "$GITHUB_ENV"; fi
echo "GpuFaultCheckThreshold=0" >> "$GITHUB_ENV"; fi
- name: apt-get
run: sudo apt-get update && sudo apt-get install -y clang-format
- name: dpcpp installation
Expand Down

0 comments on commit 24d6114

Please sign in to comment.