Job Henandez Lara

Results 6 issues of Job Henandez Lara

@Izaakwltn Hopefully this is not an issue that I made another pr. I had git issues with the other one. This solves #921. This is the interaction I just had...

This is based on this issue https://github.com/coalton-lang/coalton/issues/423. This is just a draft but I was able to run the example that @eliaslfox provided in the issue. for example: ``` CL-USER>...

Hello, This PR addresses this issue https://github.com/llvm/llvm-project/issues/85496. I have added fminimum and fmaximum functions. I built it using ``` $ cmake ../llvm -G Ninja -DLLVM_ENABLE_PROJECTS="llvm;libc" -DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ $...

backend:AMDGPU
libc

If you add ci/cd you prevent from breaking code after a given pr is merged. In addition, we should automate testing as well.

feat/enhancement
need-admin

Hello you all, In response to some comments made by @mmirman I started working on a basic linear algebra compiler prototype. Please comment if this is in the right direction....