Skip to content

Commit

Permalink
debug build rpaths
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Jan 5, 2024
1 parent dd00f47 commit 1d78487
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,15 @@ jobs:
persist-credentials: false
- name: Build and test GPU schedulers
run: |
set -x;
# Copy source folder into ~/stdexec
cp -r $GITHUB_WORKSPACE/stdexec ~/;
chown -R coder:coder ~/stdexec;
cd ~/stdexec;
echo $LD_LIBRARY_PATH;
# Configure
cmake -S . -B build -GNinja \
-DSTDEXEC_ENABLE_CUDA=ON \
Expand All @@ -64,6 +68,10 @@ jobs:
# Print sccache stats
sccache -s
ldd ./build/examples/nvexec/maxwell_cpu_st;
ldd ./build/examples/nvexec/maxwell_cpu_mt;
ldd ./build/examples/nvexec/maxwell_gpu_s;
# Tests
ctest --test-dir build --verbose --output-on-failure --timeout 60;
# Examples
Expand Down

0 comments on commit 1d78487

Please sign in to comment.