Skip to content

Commit 7f027e3

Browse files
fix(blog): add JCuda tutorial link to GPU processing article
1 parent 613db70 commit 7f027e3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/content/blog/down-the-rabbit-hole-vol-1-using-gpus-in-mulesoft.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ Once you have the Cuda developer packages installed, you can then utilize JCuda
3535

3636
To get started with JCuda, you’ll need to include the JCuda JAR files in your Mule project. You can download these JAR files from the JCuda website. Once you have the JCuda JAR files included in your project, you can start writing Java code that will utilize the GPU.
3737

38+
> [!BUTTON]
39+
> [JCuda Tutorial](http://www.jcuda.org/tutorial/TutorialIndex.html)
40+
3841
![Java code using JCuda to allocate managed GPU memory and run a kernel from a Mule flow](../../assets/blog/down-the-rabbit-hole-vol-1-using-gpus-in-mulesoft-3.png)
3942

4043
In conclusion, I’m excited to see where this kind of innovation could take us in the world of MuleSoft. As always, I encourage everyone to keep pushing the limits and exploring new ideas. Who knows what we might discover next?

0 commit comments

Comments
 (0)