# Anyone experimented with Jetson Nano's?

**URL:** https://discourse.julialang.org/t/anyone-experimented-with-jetson-nanos/68738
**Category:** GPU
**Created:** [September 25, 2021, 5:45am UTC](https://discourse.julialang.org/t/anyone-experimented-with-jetson-nanos/68738 "2021-09-25T05:45:32Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![skypuppy](https://avatars.discourse-cdn.com/v4/letter/s/54ee81/32.png) [@skypuppy](https://discourse.julialang.org/u/skypuppy)
#### Post date: [September 25, 2021, 5:45am UTC](https://discourse.julialang.org/t/anyone-experimented-with-jetson-nanos/68738/1 "2021-09-25T05:45:32Z")

</div>

Before I buy half a dozen more Nano’s 🙂 has anyone tested Julia with the GPU’s on the Nano’s? Or Xaviers?

---

<div class="post-metadata">

### Author: ![maleadt](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/maleadt/32/10097_2.png) [@maleadt](https://discourse.julialang.org/u/maleadt)
#### Post date: [September 25, 2021, 7:52am UTC](https://discourse.julialang.org/t/anyone-experimented-with-jetson-nanos/68738/2 "2021-09-25T07:52:30Z")

</div>

Generally works fine. We don’t actively run CI for NVIDIA GPUs on ARM machines (anymore), but it’s supposed to be supported, so if there’s any issue let us know.

The only known issue is due to JIT code invalidation, [https://github.com/JuliaLang/julia/issues/41852](https://github.com/JuliaLang/julia/issues/41852). It’s unclear what’s happening there, and it’s likely related to NVIDIA’s specific processors, so probably worth filing an issue with NVIDIA about if you run into it.

---

<div class="post-metadata">

### Author: ![rafael.guerra](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/rafael.guerra/32/216610_2.png) [@rafael.guerra](https://discourse.julialang.org/u/rafael.guerra)
#### Post date: [September 25, 2021, 10:10am UTC](https://discourse.julialang.org/t/anyone-experimented-with-jetson-nanos/68738/3 "2021-09-25T10:10:12Z")

</div>

Linking [this thread](https://discourse.julialang.org/t/nvidia-jetson-nano/22053).
