Sasha

Results 7 issues of Sasha

Markus Gans, I am really impressed of the work you have done! In comparision with dialog/newt-snack/ncurses/npyscreen it is like a breath of fresh air. Congratulations and please continue. I think...

question

Is it difficult to add cudaLaunchCooperativeKernel() call? Consider the kernel: ``` #include namespace cg = cooperative_groups; extern "C" __global__ void kernel (float *buf) { cg::grid_group grid = cg::this_grid(); assert(grid.is_valid()); grid.sync();...

When I run my app in the docker container, I get: Cooperative Launch is not supported on this machine configuration. The installed package is nvidia-container-toolkit_1.7.0-1_amd64.deb, with ``` # cat /etc/docker/daemon.json...

GCC 7.2.0 QuantLib-1.10.0 Cython version 0.25.2 Steps to reproduce: setup environment (pathes to QuantLib, modify pyql:setup.py, etc) and run `make build` `quantlib/settings.cpp: In function ‘PyObject* PyInit_settings()’: quantlib/settings.cpp:1791:37: error: ‘QL_HIGH_RESOLUTION_DATE’ was...

Have you consider to support Gherkin language directly, similar to what https://github.com/behave/behave is doing for python? The idea to separate a "test" language from an implementation (C++/python/...) is a great...

I have two steps. In both steps I am trying to access a file which does not exist. Both steps should fail, but one succeeded. The workaround is to use...

bug
pipelines
Gitness

I am pretty sure I did something wrong.... I got somehow worse performance after enabling the cache. HDD Info ======== Model Family: Fujitsu MHZ BK Device Model: FUJITSU MHZ2080BK G2...