Skip to content

Conversation

@Grantim
Copy link
Contributor

@Grantim Grantim commented Jan 13, 2026

No description provided.

std::string getError( cudaError_t code )
{
return fmt::format( "CUDA error: {}", cudaGetErrorString( code ) );
return fmt::format( "NVIDIA GPU error: {}", cudaGetErrorString( code ) );
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please note that "CUDA" substring can be in cudaGetErrorString( code ) as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is OK and even better that way to reveal details

@Grantim Grantim merged commit 38f5123 into master Jan 13, 2026
22 checks passed
@Grantim Grantim deleted the Rename_CUDA_to_NVidia_GPU_for_better_UX branch January 13, 2026 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants