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

Seeding FP64 Cleanup, main branch (2023.03.08.) #333

Merged
merged 1 commit into from
Mar 9, 2023

Conversation

krasznaa
Copy link
Member

@krasznaa krasznaa commented Mar 8, 2023

It's been a hot minute since I would've tried to run the code on the integrated GPU of my laptop. Which quickly lead to:

Running ./bin/traccc_seeding_example_sycl tml_detector/trackml-detector.csv tml_full/ttbar_mu200/ 1
Running on device: Intel(R) Graphics [0x46a6]
terminate called after throwing an instance of 'sycl::_V1::exception'
  what():  Required aspect fp64 is not supported on the device
Aborted (core dumped)

After quite some detective work, I had to make these changes to make the seed finding work without FP64 operations.

Clusterization may, and kalman fitting definitely still contains some FP64 operations. But I'll open different PRs for those.

@krasznaa krasznaa added bug Something isn't working sycl Changes related to SYCL labels Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working sycl Changes related to SYCL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants