Michel Müller

Results 34 comments of Michel Müller

there's a bunch of forks where people seem to be still be maintaining stuff for their respective usecases. as long as someone doesn't take the time trying to become the...

Thanks, I didn't know about set_security. However I still reckon that the proposed code is more robust. The current behavior relies on the response containing an id, otherwise throwing a...

I wasn't talking about the implementation of set_security, but the one of save_doc. Your current save_doc implementation throws a KeyError after a successful save of a security doc. All I'm...

Hi! Yea, completely forgot about that. It turned out I have a lot more other stuff to do until I can take care of the builds, but I will look...

well the main limitation (it's not yet a _problem_ since I don't need something more yet) is that the build system has two hardcoded target architectures: CPU and GPU. The...

Thank you for your interest and your input, @michipili! > That's fine, the CI already works without sudo. :) How would you rollout Owl to a machine without internet access?...

Ok, here is a typical setup of how people work in HPC: ``` [ Internet ] ^ | git, http, etc. | v [ work computer ] --------- code: sftp/rsync...

reproducible in 1.0rc3 ; for GPU version the getting started example will generate ``` call hfd_add(a( x, y, : ), b( x, y, : ), c( x, y, : ))...

Turns out, this was a thinking error - the 'kernel' actually tried to perform a reduce operation with a scalar, which is not possible this way. However, what would be...

Note: This enhancement should be done within the implementation classes, since it's implementation specific (OpenACC impl. doesn't have this limitation).