Jonatan Kłosko

Results 340 comments of Jonatan Kłosko

> due to the hardware target SM_120 not being present in the autogenerated files @cjfreeze we build with the following flag, which may be related: https://github.com/elixir-nx/xla/blob/e7f24308aa27c75ed5ad44e2b11e9d134a0f4016/lib/xla.ex#L314-L315 We use whatever Jax...

I've just released `xla` v0.9.0 with updated XLA revision and precompiled with support for RTX 50xx series. Note that it requires changes in EXLA also, I opened a PR https://github.com/elixir-nx/nx/pull/1614.

@adiibanez when you change source files in `assets/`, you can run `npm run build --prefix assets` to build them :)

> we could try to generate the SQL dynamically but that would require us to read the value (the list size) at the time we generate code, and I am...

@rcuevas-wash oh, I think it's supposed to be `Enum.join(user_ids, ",")`, please try that :D

@rcuevas-wash to make sure we are on the same page, can you try this query? ```sql SELECT * FROM sys.Databases WHERE database_id IN (SELECT value FROM STRING_SPLIT({{ Enum.join([1, 3], ",")...

@polvalente all good!

Perfect!

@petrkozorezov fantastic, thank you for letting us know!

Looks specific to cross compilation, though I can't think of any specific change, beyond XLA itself. ``` ld: skipping incompatible cache/xla_extension/lib/libxla_extension.so when searching for -lxla_extension ``` This is confusing because...