wanjunling168
Results
2
comments of
wanjunling168
just add `amgx` here(L112) in ```src/CMakeLists.txt```: ``` target_link_libraries(amgx_tests_launcher amgx amgxsh ${libs_all} OpenMP::OpenMP_C) ``` and everything is OK (at least for my no-MPI build)
bro, you can check my method to compile on windows: https://github.com/openai/triton/issues/871