Jeremy E Kozdon
Jeremy E Kozdon
Right now we wrap the interface by hand, might be worth seeing if getting a raw interface would be possible using [`CBindings.jl`](https://github.com/analytech-solutions/CBinding.jl) and then adding a nicer layer on top...
Since a lot of this will be rewritten with #149, I am going to merge this so that @nicoberlie can build on this for #119. There are a few hiccups...
I see occasional failure of this line. https://github.com/JuliaParallel/PETSc.jl/blob/d1f70ef6f9bfdc220f4c107427f0e1f1f61a7b2b/test/runtests.jl#L56 Haven't attempted to debug yet.
In #136 I couldn't get `PetscCommDestroy` and `PetscCommDuplicate` to work to increase PETSc refcount on the communicator. See [here](https://github.com/JuliaParallel/PETSc.jl/blob/827e7e195910a04712e8f793fddb718fb4582dd2/src/sys.jl#L19-L58)
https://github.com/JuliaParallel/PETSc.jl/pull/117 add ability to have a custom PETSc path. Not sure the best way to test this. We could manually set against the petsc library from the binary builder by...
Ran into a problem with `MakeCylinder2d` when the angles were different signs but still close enough together (one of the angles was close to zero, but had the opposite sign...
I think that free template should have a delete command for the data `delete (OpenCLKernelData_t*) this->data;` I am also getting some memory leaks in occaParser.cpp (from the new on line...
### Bug description ### Actual behavior `@parameter` code that runs on the CPU does not compile on the GPU ### Expected behavior `@parameter` behavior should be same on both CPU...
### Where is the problem? https://docs.modular.com/max/coding-assistants/#supply-documentation-to-llms-with-llmstxt ### What can we do better? Following links are dead: - https://docs.modular.com/llms-python.txt - https://docs.modular.com/llms-mojo.txt ### Anything else? _No response_