Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debug #2608

Closed
wants to merge 4 commits into from
Closed

debug #2608

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
run clinfo
  • Loading branch information
rok-cesnovar committed Oct 25, 2021
commit 9def13b6d57e8a408936d935bb14cd61f44845f7
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ pipeline {
sh "echo STAN_OPENCL=true>> make/local"
sh "echo OPENCL_PLATFORM_ID=${env.OPENCL_PLATFORM_ID_GPU} >> make/local"
sh "echo OPENCL_DEVICE_ID=${env.OPENCL_DEVICE_ID_GPU} >> make/local"
sh "clinfo"
runTests("test/unit/math/opencl/copy_test.cpp", false)
runTests("test/unit/multiple_translation_units_test.cpp")
} else {
Expand Down