Benjamin Steenhoek

Results 6 comments of Benjamin Steenhoek

I'm also experiencing this issue. Is there any fix or workaround for it? Would running on a compatible VM or using a different debugger solve the issue, and if so,...

I've tested this on my PC, running Fedora 37.

The PR currently requires the user to install CUDA before installing cudnn or cublas. If, when running the `cudnn` or `cublas` options, we assume CUDA is already installed and automatically...

> For skip login side in cudnn > > > > https://developer.download.nvidia.com/compute/redist/cudnn/v8.7.0/local_installers/11.8/ > > > > No login required This is a great find, it's a lot better than using...

Thanks for your exploration on this, @jose, it really helped me. I wrote some scripts to collect the tests that we should expect to pass on the "fixed" version and...

Good idea. Should be possible to implement it by making a sibling class of CFGCreator https://github.com/bstee615/tree-sitter-cfg/blob/master/tree_sitter_cfg/cfg_creator.py#L9. All languages should share the same CFG format so that dataflow analysis can work...