PatrickHaecker

Results 59 comments of PatrickHaecker

I would prefer having `@define_signed_integer` and `@define_unsigned_integer` in addition to `@define_integers`. Internally they could share most of the code.

I am just learning about these things, but are you sure that oneAPI would be the best solution here? There is also [OpenVINO](https://docs.openvino.ai/2024/index.html) ([Quick Start Guide](https://docs.openvino.ai/2024/_static/download/OpenVINO_Quick_Start_Guide.pdf)) which seems to have...

The "1 sign bit" also mislead me. It does not need to get as technical as proposed here, but I think the current wording is plain wrong. > I think...

> IMO an issue on an issue tracker should be self-contained. Thanks for the hint. I expected to have the most relevant information in the heading and the first sentence,...

Thanks for the nuanced consideration and the well written summary.

Please tag a new version with support for `LLVM.jl 8` as suggested in the [corresponding GPUCompiler issue](https://github.com/JuliaGPU/GPUCompiler.jl/issues/610).

I haven't checked this, but try to remove the `-t auto`. Lowering `JULIA_NUM_PRECOMPILE_TASKS "4"` might help, too. If this does not help, please try the other [thread-related variables in the...

Thanks, I corrected it in my comment, but @ValentinKaisermayer needs to fix it, too.

Have you tried all the [thread-related variables in the documentation](https://docs.julialang.org/en/v1.13-dev/manual/environment-variables/#Parallelization)? I think one of them should solve the problem. You can check if you just set all of them to...

Maybe you can set `JULIA_CPU_THREADS=2`? This should already accelerate it a lot and might still not overload your system. You seem to have a Linux system. You can also experiment...