mumax / 3

GPU-accelerated micromagnetic simulator
Other
450 stars 150 forks source link

fixed cuda version statement #196

Closed JLeliaert closed 5 years ago

JLeliaert commented 5 years ago

When compiling the binaries for older CUDA versions I noticed that mumax does not print the CUDA version actually used, but that cu_GetDriverVersion, actually prints the highest CUDA version supported by the driver. Was this intentional? If not, these changes allow mumax to print the actual CUDA version.

godsic commented 5 years ago

Why are there xuebing commits as well?

JLeliaert commented 5 years ago

These are just additions to the the benchmark files. I suspect he accidentally asked for a merge request in this branch instead of master. Anyhow, they cannot break anything, so I merged them

godsic commented 5 years ago

@JLeliaert lets split the pull requests, so could you please reset to 2ae01e4a7371e06f7da3c3db0cdeab074a8f052b ?