Rubén Darío Guerrero
Rubén Darío Guerrero
Can you provide an example of generating CUDA kernels using TACO? I have it installed locally.
Thanks a lot for answering, The goal that I have in mind is to use FPGAs for which I think that the code generation shall target OpenCL-C.
Yes, I agree with you @rohany. However, initially being able to generate kernels in OpenCL-C will suffice. Will a sensible modification of `codegen_cuda.cpp` be enough to accomplish this task?
Please allow me to insist. It will be sufficient to modify `codegen_cuda.cpp` in order to generate OpenCL-C code, The OpenCL-C standard is fully supported by OneAPI, which allows running a...
Is it possible to generate OpenCL kernels with TACO? Are you planning to add new functionality for this task using TACO 2? Can the current version of TACO be used...
Hi @rbharath, Can you mention more explicitly which features can deal properly with chirality in DeepChem, please?
@rbharath Hands on writing that chunk of documentation, is that what you meant? I would like to use `MolGraphConvFeaturizer` but I cannot find an example of how to use it....
Hello, Thanks a lot for answering. The goal is to speedup the evaluation of the [molecular incomplete gamma function with a complex argument.](https://onlinelibrary.wiley.com/doi/abs/10.1002/jcc.20002 ) What do you think?
@c-f-h, thanks a lot for your swift response.
> I am developing a methodology that will allow automatic code generation of approximant algorithms for computing arbitrary univariate special mathematical functions on the device with high speed at the...