Marvin Gießing

Results 40 comments of Marvin Gießing

Something similar is done for the qiskit project[1] where architectures like ppc64le or s390x got T3 support - that already helps a lot! [1] https://qiskit.org/documentation/getting_started.html#platform-support

@gnossen I'd also be interested in this - any update based on the previous answer? Thanks!

Not sure whether this includes RAPIDS cuDF & cuML, but according to our discussion it'd be great to have that enabled in opence. @npanpaliya @cdeepali

Yes, it is still relevant and it would be great if you could add Power Architecture (especially little endian; ppc64le) Thanks a lot @andrey-khropov !

@andrey-khropov I've seen there are 300+ CmakeListst.txt (+ the arch specific ones) in the whole repository which gets generated internally: ```bash [...] # This file was generated by the build...

Thanks a lot, I was able to build catboost for python 3.7 - 3.11 with the following changes: 1.) yasm 1.3.0 fails during the autoconf.configure() phase because it cannot guess...

> Did you build with CUDA enabled or not? I was building without CUDA, so only CPU version. This is my build command: ```bash [...] catboost_components="app;libs;python-package" cmake \ -B cb_build...

rebased the PR @giuseppe I think it needs again some approval

Just for consistency: I tried the same procedure on an x86_64 host and there everything works just fine, i.e. I can build amd64/ppc64le/arm64 without issues.

Mixtral MoE was merged last week https://github.com/microsoft/onnxruntime/pull/19945