Francis Giraldeau

Results 20 comments of Francis Giraldeau

After the ycombinator post, the service returns this: ``` $ ~/bin/cht.sh /* * Sorry, we are experiencing extremely highload now. * We are working on the problem and how to...

For some bits of the implementation, I did a module for perf sampling of Python code. The interesting function is record_traceback() in https://github.com/giraldeau/python-profile-ust/blob/master/ext/sampling.c

Hum, does vmprof does record cache misses and instructions? I know that the prototype I did was limited in various ways, but it was for research/graduating purposes. Anyway, if you...

Meh, I guess I forgot to bump the package version.

OK, the file `mlpack-targets.cmake` is fixed now. I just reused the same sed commands after the install command as done for the SuperLU package. * Before: ``` set_target_properties(mlpack::mlpack PROPERTIES INTERFACE_COMPILE_FEATURES...

> Meh, I guess I forgot to bump the package version. done

Notice that the MINGW32 build fails because of OOM event: ``` cc1plus.exe: out of memory allocating 380288 bytes ``` Maybe reducing the number of concurrent threads might solve the issue?

Hello @Biswa96, when working on #12019 I had issue using find_package() to use the mlpack library. This MR is a fix for both pkg-config and CMake target files. Could you...

Is there anything else I can do to help close this issue? Thanks!

I faced the same issue and I finally used the solution suggested by @azadkuh. I added `CONFIG += staticlib` in src/src.pro and then xbin/libqhttp.a is generated in addition to the...