Raghuveer Devulapalli
Raghuveer Devulapalli
> @r-devulap note that SciPy has a working Linux CI job with the Intel LLVM compilers - probably easiest to copy that approach and modify. It's not so easy to...
yay, finally passed! @AgilentGCMS, any feedback here? Is there anything specific thing you want covered as part of CI?
Not sure if we really need this, closing for now. Will reopen if we need it at a later stage.
> cl /nologo /c /arch:AVX512 /I../src /std:c++17 x86simdsort-icl.cpp [4dc9609](https://github.com/intel/x86-simd-sort/pull/220/commits/4dc9609a3a19af7166aeb83ec8a176f11197da6e) fixes this error. > cl /nologo /c /arch:AVX512 /I../src /std:c++17 x86simdsort-spr.cpp This is specific to _Float16 dispatch, if MSVC doesn't support...
@fabiocannizzo [c1994cc](https://github.com/intel/x86-simd-sort/pull/220/commits/c1994cce527d73019f4c15b92930575513fdc2fb) adds a CI job to build with MSVC and that runs successfully. There are a few warnings that we can work on fixing (see #222) but I don't...
> but I cannot compile an executable linking with the import lib of the DLL. dumpbin /exports x86simdsort.lib shows no C++ exported symbols. oh? not sure why. MSVC isn’t my...
> Just a guess here: _declspec(dllexport) is explicitly needed for each template specialization to be exported. @fabiocannizzo that was it. Let me know if it works now.
@fabiocannizzo thanks for debugging, I haven't had time to take a look at it yet. Will try your patch and get back to you soon.
@fabiocannizzo was finally able to install google test and build with MSVC. Running the tests reproduces the failure you see. The fix is straightforward, as you pointed out—I'll get it...
Hi, I'm not sure what you mean. Meson and gcc are different packages. Could you elaborate?