Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

Mixed precision and automatic GPU offloading for Newton solves and stiff ODE solvers has now landed thanks to improvements in LinearSolve.jl.

Uncategorized
1 1 1

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    0 Views
    Send your message now and tell #Democrats they were not elected to fold. They were elected to fight for affordable #healthcare. https://click.actionnetwork.org/ss/c/u001.qUXRBnqZ7T8nxbpAcIVwoUsWLkUMWlo_0JmZttSlm38hEpOxW5JbSk-4TcBb3ShXzaEY4mFDXqfjF9HadFrBJWV06aL4qiKvadgiYoq9dJQe9ufSsZ4HSLGFrDBzpPpSNBlb4v5Wyw0icmo6lEdQaLMwuaJvm2kb0Nt7-AvHWsSwc6XXUyQnoYGlrFW2ug52psBGKalbhvTx5Ljuv1cel5beFNKwgDRq6Uvbdcco5Tho9AuSqoS_rYsU6mO2HK8dbhXX3MlTquEK5QWQtrecoBy8Uj--ln8YpSNm5dVHoHOfprHy_60gEBCO8wBYb2DIlFCTE6RkMBQslGlToMQ5Ivnzxv3WUK-TuEz8lsvFZw7kb-igocOA7bL08K9Ok1cenB80gm5PsnK0YQHWYsT8zhDGIEtNl-6vJwFVtbR4RpsuowQ053wMrRh2dzq9tYAxkz9RZw46RLuYsx5OWUqXvZrSaU0Nz1kIfxJympwlD73jeHu141X-SfnONXvslpiQCxLJc6V0s512CKnxjjEgw5RLjCtl31p84bWhSCv3Pe5uKnVX9ozwSKlSneT4IrQ0m59CJ6zfQWjPboRfgKRWCzpPSpzPJZTo8h0UJCPtVP8cRyK5VJ7CkWSR_5V3gLO1a5s7a5H3_-uizyXKpgUHQg/4l3/Pn1lttUwRZSn7a2WkQOIDA/h2/h001.pqf0C50U2bEmjD3lQHTGHpmMxqUwKQFFu4l6rV8jTX4
  • Kaspersky researchers love attribution.

    Uncategorized
    1
    1
    0 Votes
    1 Posts
    0 Views
    Kaspersky researchers love attribution.https://securelist.com/forumtroll-apt-hacking-team-dante-spyware/117851/
  • This post did not contain any content.

    Uncategorized
    2
    1
    0 Votes
    2 Posts
    0 Views
    @Otttoz ecco finalmente spiegato il famoso detto "abitare nel culo del mondo"!
  • 0 Votes
    2 Posts
    6 Views
    @haven I use Neovim using just the Julia lsp and custom code based on TreeSitter with VimSlime to send code to repl. If it helps: https://github.com/dwinkler1/nixCatsConfig/blob/main/plugin/04_treesitter.lua and for Julia https://github.com/dwinkler1/nixCatsConfig/blob/main/ftplugin/julia.luaThe treesitter code is based around the principle of root nodes you can define what is considered a root node (see Julia.lua) and when the cursor is anywhere in the code it will select everything up to but excluding the root node.