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

Decouple EngineGpuKernels from Gui #112

Merged
merged 1 commit into from
Dec 3, 2024
Merged

Decouple EngineGpuKernels from Gui #112

merged 1 commit into from
Dec 3, 2024

Conversation

Gardene-el
Copy link
Contributor

The #include "Gui/HelpStrings.h" in EngineGpuKernels\CellProcessor.cuh coupled EngineGpuKernels with Gui.

This lead that the CUDA compiler must receive parameters from C++ compiler, and if the parameters received is not avaliable for CUDA compiler, compiler error will be occured. The CUDA compiler error I mentioned at Discord is an example of that.

By removing #include "Gui/HelpStrings.h" in EngineGpuKernels\CellProcessor.cuh, the problem I mentioned upon could be fixed. And the context of "Gui/HelpStrings.h" is not be used in EngineGpuKernels\CellProcessor.cuh, it is ok to be removed.

@chrxh chrxh merged commit 498ec99 into chrxh:develop Dec 3, 2024
1 check passed
@chrxh
Copy link
Owner

chrxh commented Dec 3, 2024

Thanks, yes this include must be a mistake.

@Gardene-el Gardene-el deleted the fix branch December 3, 2024 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants