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

linux test #17

Closed
MuGdxy opened this issue Feb 25, 2023 · 4 comments
Closed

linux test #17

MuGdxy opened this issue Feb 25, 2023 · 4 comments

Comments

@MuGdxy
Copy link
Owner

MuGdxy commented Feb 25, 2023

linux branch
MSVC:

  • muda_test & muda_example & muda_pg
    • ✔️ compile & link & run

GCC7.5:

  • muda_test
    • ✔️ compile & link
    • ❓ run (NO TEST YET)
  • muda_example
    • ✔️ compile & link
    • ❓ run (NO TEST YET)
  • muda_pg
    • ❓ gui support(TODO)
@MuGdxy
Copy link
Owner Author

MuGdxy commented Feb 25, 2023

to test:

git checkout linux
xmake f --example=true --test=true

modify xmake.lua to fix linux GUI problem:

@MuGdxy
Copy link
Owner Author

MuGdxy commented Feb 26, 2023

CUDA 11.1:
Problem:

  • thrust universal unsupported

@MuGdxy
Copy link
Owner Author

MuGdxy commented Feb 26, 2023

see version.h.

we take the cuda 11.6 as the baseline.
if the cuda version is higher than 11.6, all macros below will be defined, and the corresponding code will be active.

  • MUDA_BASELINE_CUDACC_VER_SATISFIED
  • MUDA_WITH_THRUST_UNIVERSAL
  • MUDA_WITH_GRAPH_MEMORY_ALLOC_FREE

commit

@sailing-innocent
Copy link
Contributor

Ubuntu2004+CUDA12.0+GCC9
muda_test
✔️ compile & link
✔️ run ( with condition of numerical fault )
muda_example
✔️ compile & link
✔️ run ( without condition)
muda_pg
❓ gui support(TODO)

@MuGdxy MuGdxy closed this as completed Apr 24, 2024
This issue was closed.
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

No branches or pull requests

2 participants