Isuru Fernando

Results 153 issues of Isuru Fernando

**Is your feature request related to a problem? Please describe.** With macOS-arm64, binaries need to be signed when running. The signature can be ad-hoc which means it is signed without...

MachO
Nice to have

cc @lukeolson A form description looks like https://github.com/isuruf/relate-sample/blob/91226393241cfed6457db533addfb2da6e83f645/forms/instant.yml There are 5 types of fields. `Text, Integer, Float, Choice, Hidden`. `template_in` and `template_out` are mandatory fields and they can be either...

If a user is a super-user, they'll be able to impersonate anyone. If not, a user (ta) can impersonate a user who they have access to (student) in that particular...

Traceback ```python knl = self.get_optimized_kernel(**kwargs) sumpy/e2e.py:650: in get_optimized_kernel knl = self.get_kernel(result_dtype) sumpy/e2e.py:645: in get_kernel loopy_knl = lp.inline_callable_kernel(loopy_knl, name) /home/idf2/miniforge3/lib/python3.10/site-packages/loopy/transform/callable.py:500: in inline_callable_kernel translation_unit = infer_arg_descr(translation_unit) /home/idf2/miniforge3/lib/python3.10/site-packages/loopy/preprocess.py:499: in infer_arg_descr new_callable, clbl_inf_ctx =...

Thanks to @kaushikcfd, scheduling is now super fast compared to other parts of loopy. Still, `make_kernel, preprocess_kernel, codegen` take so much time that some sumpy kernels are unusable. Here's a...

Here we create a chain of events that starts with a marker event that is started when `VkFFTAppend` is called and each opencl kernel invocation depends on the previous event....

I have an issue with the module files and dllimports. Whenever I compile a fortran file that use the `ieee_arithmetic module`, I get a linker error in windows. For eg....

windows