social.tchncs.de is one of the many independent Mastodon servers you can use to participate in the fediverse.
A friendly server from Germany – which tends to attract techy people, but welcomes everybody. This is one of the oldest Mastodon instances.

Administered by:

Server stats:

3.8K
active users

#codegeneration

3 posts2 participants0 posts today
Karsten Schmidt<p>To put the "large" package size a little more into perspective: I don't know of any other feature-comparable JS vector library which provides all of the following:</p><p>- Generic n-dimensional float, int, uint, boolean vectors<br>- Size optimized versions for 2D/3D/4D (all types)<br>- Multiple-dispatch wrappers (auto-delegating to available optimized versions)<br>- Memory-mapped vectors and optimized versions for various memory layouts (e.g. SOA/AOS)<br>- Optimized versions of many vector-scalar ops<br>- Optimized compound operations (like multiply-add etc.)<br>- Vector randomizations (several approaches)<br>- 99% of GLSL vector operations &amp; conversions<br>- Vector versions of most of JS `Math` ops<br>- Vector interpolations (linear, bilinear, cubic, quadratic...)<br>- 10 different distance functions &amp; metrics<br>- Swizzling &amp; vector coercion/extension<br>- Dozens of additional graphics, statistics &amp; ML-related operations</p><p><a href="https://mastodon.thi.ng/tags/ThingUmbrella" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ThingUmbrella</span></a> <a href="https://mastodon.thi.ng/tags/TypeScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TypeScript</span></a> <a href="https://mastodon.thi.ng/tags/JavaScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JavaScript</span></a> <a href="https://mastodon.thi.ng/tags/CodeGeneration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CodeGeneration</span></a> <a href="https://mastodon.thi.ng/tags/Vectors" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Vectors</span></a> <a href="https://mastodon.thi.ng/tags/OpenSource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenSource</span></a></p>
Karsten Schmidt<p>Just a quick <a href="https://mastodon.thi.ng/tags/ThingUmbrella" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ThingUmbrella</span></a> update to say that I've already replaced the <a href="https://thi.ng/vectors" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">thi.ng/vectors</span><span class="invisible"></span></a> package on the develop branch and after LOTS of deep experimentation have decided NOT to split up the package. There will be a few (minor) breaking changes, mainly because of enforcing more consistent naming and more granularity in some source files (therefore possibly changed imports, though only if you use direct ones for individual functions...). All in all, I've managed to keep the impact on users to a bare minimum (likely unnoticeable for most), even though it's pretty much a complete rewrite of the entire package (with all its ~900 functions)... This package is now almost 10 years old and I'm very happy how this refactor turned out!</p><p>In terms of file size impact: The FULL minified pkg bundle is now 56.4KB vs previously 48.5KB, however the code density has improved and the brotli-compressed pkg size is only 15.1KB (only 1KB larger than before), which I found absolutely incredible! 🎉 I also have to state once more that this package (and most others in <a href="https://mastodon.thi.ng/tags/ThingUmbrella" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ThingUmbrella</span></a>) are _designed for tree shaking_ and bundling. Hardly any project would ever use the full set of functions provided here all at once, most will only use a small/tiny subset...</p><p>Also — more importantly — many of the 185 example projects in the repo are now showing between 2-25% smaller final bundle sizes. Some also have become slightly larger, but so far I found the most by only ~2%...</p><p>Related to this change: I've also updated the <a href="https://thi.ng/color" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">thi.ng/color</span><span class="invisible"></span></a> &amp; <a href="https://thi.ng/matrices" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">thi.ng/matrices</span><span class="invisible"></span></a> packages to be free from dynamic code generation now! The only packages still using `new Function(...)` are the following, but for those it's unavoidable and dynamic code generation is a core feature:</p><p>- <a href="https://thi.ng/pixel" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">thi.ng/pixel</span><span class="invisible"></span></a> (custom pixel format definition/compilation)<br>- <a href="https://thi.ng/pixel-convolve" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">thi.ng/pixel-convolve</span><span class="invisible"></span></a> (custom image convolution kernel compilation)<br>- <a href="https://thi.ng/shader-ast-js" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">thi.ng/shader-ast-js</span><span class="invisible"></span></a> (Shader AST to JavaScript compilation)</p><p>I will do more testing over the coming days, then release new version(s) ASAP...</p><p><a href="https://mastodon.thi.ng/tags/TypeScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TypeScript</span></a> <a href="https://mastodon.thi.ng/tags/JavaScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JavaScript</span></a> <a href="https://mastodon.thi.ng/tags/CodeGeneration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CodeGeneration</span></a> <a href="https://mastodon.thi.ng/tags/Vectors" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Vectors</span></a> <a href="https://mastodon.thi.ng/tags/OpenSource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenSource</span></a></p>
LavX News<p>DeepCoder-14B: The Open-Source LLM Redefining Code Generation</p><p>In a landscape dominated by heavyweight AI models, DeepCoder-14B emerges as a game-changer, showcasing that superior performance can stem from quality over sheer size. This open-source language model ...</p><p><a href="https://news.lavx.hu/article/deepcoder-14b-the-open-source-llm-redefining-code-generation" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">news.lavx.hu/article/deepcoder</span><span class="invisible">-14b-the-open-source-llm-redefining-code-generation</span></a></p><p><a href="https://mastodon.cloud/tags/news" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>news</span></a> <a href="https://mastodon.cloud/tags/tech" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tech</span></a> <a href="https://mastodon.cloud/tags/OpenSourceAI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenSourceAI</span></a> <a href="https://mastodon.cloud/tags/CodeGeneration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CodeGeneration</span></a> <a href="https://mastodon.cloud/tags/DeepCoder" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DeepCoder</span></a></p>
Frontend Dogma<p>Tool: WordPress Child Theme Generator, by @wpmarmite_en@x.com:</p><p><a href="https://wpmarmite.com/en/child-theme-generator/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">wpmarmite.com/en/child-theme-g</span><span class="invisible">enerator/</span></a></p><p><a href="https://mas.to/tags/tools" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tools</span></a> <a href="https://mas.to/tags/exploration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>exploration</span></a> <a href="https://mas.to/tags/codegeneration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>codegeneration</span></a> <a href="https://mas.to/tags/wordpress" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>wordpress</span></a> <a href="https://mas.to/tags/themes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>themes</span></a></p>
Kevin Darty<p>Getting Started With Claude Code</p><p><a href="https://hachyderm.io/tags/AI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AI</span></a> <a href="https://hachyderm.io/tags/Coding" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Coding</span></a> <a href="https://hachyderm.io/tags/Programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Programming</span></a> <a href="https://hachyderm.io/tags/CodingWithAI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CodingWithAI</span></a> <a href="https://hachyderm.io/tags/Claude" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Claude</span></a> <a href="https://hachyderm.io/tags/CodeGeneration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CodeGeneration</span></a> <a href="https://hachyderm.io/tags/Refactoring" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Refactoring</span></a> <a href="https://hachyderm.io/tags/generativeAI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>generativeAI</span></a> <a href="https://hachyderm.io/tags/aiagents" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>aiagents</span></a> </p><p><a href="https://youtu.be/z37_rONQof8?si=1Iee0KNevN1E4FRx" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">youtu.be/z37_rONQof8?si=1Iee0K</span><span class="invisible">NevN1E4FRx</span></a></p>
HGPU group<p>TritonBench: Benchmarking Large Language Model Capabilities for Generating Triton Operators</p><p><a href="https://mast.hpc.social/tags/CUDA" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CUDA</span></a> <a href="https://mast.hpc.social/tags/CodeGeneration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CodeGeneration</span></a> <a href="https://mast.hpc.social/tags/LLM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LLM</span></a> <a href="https://mast.hpc.social/tags/DeepLearning" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DeepLearning</span></a> <a href="https://mast.hpc.social/tags/DL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DL</span></a> <a href="https://mast.hpc.social/tags/Python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Python</span></a> <a href="https://mast.hpc.social/tags/Package" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Package</span></a></p><p><a href="https://hgpu.org/?p=29794" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">hgpu.org/?p=29794</span><span class="invisible"></span></a></p>
HGPU group<p>The AI CUDA Engineer: Agentic CUDA Kernel Discovery, Optimization and Composition</p><p><a href="https://mast.hpc.social/tags/CUDA" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CUDA</span></a> <a href="https://mast.hpc.social/tags/AI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AI</span></a> <a href="https://mast.hpc.social/tags/LLM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LLM</span></a> <a href="https://mast.hpc.social/tags/Performance" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Performance</span></a> <a href="https://mast.hpc.social/tags/CodeGeneration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CodeGeneration</span></a> <a href="https://mast.hpc.social/tags/Package" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Package</span></a></p><p><a href="https://hgpu.org/?p=29783" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">hgpu.org/?p=29783</span><span class="invisible"></span></a></p>
LavX News<p>The Rise of AI in Software Development: Are Programmers Becoming Obsolete?</p><p>As large language models (LLMs) revolutionize code generation, the role of human programmers is at a crossroads. This article explores the implications of AI-driven coding, the emergence of 'slow codi...</p><p><a href="https://news.lavx.hu/article/the-rise-of-ai-in-software-development-are-programmers-becoming-obsolete" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">news.lavx.hu/article/the-rise-</span><span class="invisible">of-ai-in-software-development-are-programmers-becoming-obsolete</span></a></p><p><a href="https://mastodon.cloud/tags/news" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>news</span></a> <a href="https://mastodon.cloud/tags/tech" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tech</span></a> <a href="https://mastodon.cloud/tags/AIProgramming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AIProgramming</span></a> <a href="https://mastodon.cloud/tags/CodeGeneration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CodeGeneration</span></a> <a href="https://mastodon.cloud/tags/SlowCoding" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SlowCoding</span></a></p>
LavX News<p>Navigating the Legal Minefield of LLM-Based Code Generation: Guidance for Developers</p><p>As the use of large language models (LLMs) like GitHub Copilot becomes prevalent in software development, developers face a complex legal landscape regarding copyright and code generation. This articl...</p><p><a href="https://news.lavx.hu/article/navigating-the-legal-minefield-of-llm-based-code-generation-guidance-for-developers" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">news.lavx.hu/article/navigatin</span><span class="invisible">g-the-legal-minefield-of-llm-based-code-generation-guidance-for-developers</span></a></p><p><a href="https://mastodon.cloud/tags/news" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>news</span></a> <a href="https://mastodon.cloud/tags/tech" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tech</span></a> <a href="https://mastodon.cloud/tags/LLM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LLM</span></a> <a href="https://mastodon.cloud/tags/CodeGeneration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CodeGeneration</span></a> <a href="https://mastodon.cloud/tags/CopyrightLaw" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CopyrightLaw</span></a></p>
Microsoft DevBlogs<p>Building robotic systems is complex, especially when coding involves intricate movements and sensor integrations. Our team at ISE partnered with a Microsoft customer to design an AI Copilot that transforms natural language into tailored robotics code. Join us as we dive into the process and outcomes of optimizing AI-driven code generation! <a href="https://dotnet.social/tags/CodeGeneration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CodeGeneration</span></a> <a href="https://dotnet.social/tags/Collaboration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Collaboration</span></a></p>
LavX News<p>Meet Erl: Your AI-Powered Code Generation Partner</p><p>Imagine having an AI assistant that not only generates code but also reviews it for best practices. Enter Erl, a revolutionary tool designed to enhance your development workflow and bring your coding ...</p><p><a href="https://news.lavx.hu/article/meet-erl-your-ai-powered-code-generation-partner" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">news.lavx.hu/article/meet-erl-</span><span class="invisible">your-ai-powered-code-generation-partner</span></a></p><p><a href="https://mastodon.cloud/tags/news" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>news</span></a> <a href="https://mastodon.cloud/tags/tech" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tech</span></a> <a href="https://mastodon.cloud/tags/SoftwareDevelopment" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SoftwareDevelopment</span></a> <a href="https://mastodon.cloud/tags/AIAssistant" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AIAssistant</span></a> <a href="https://mastodon.cloud/tags/CodeGeneration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CodeGeneration</span></a></p>
Jordi Cabot<p>Did you know that there is plenty of UML in the low-code world? </p><p>(even if it's never acknowledged, I guess due to the bad press UML has and to better justify the "innovation" of the low-code tool by selling it comes with its own languages) 👇👇</p><p><a href="https://modeling-languages.com/there-is-a-lot-of-uml-in-low-code/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">modeling-languages.com/there-i</span><span class="invisible">s-a-lot-of-uml-in-low-code/</span></a> </p><p><a href="https://fediscience.org/tags/uml" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>uml</span></a> <a href="https://fediscience.org/tags/dsl" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dsl</span></a> <a href="https://fediscience.org/tags/lowcode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lowcode</span></a> <a href="https://fediscience.org/tags/language" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>language</span></a> <a href="https://fediscience.org/tags/codegeneration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>codegeneration</span></a> <a href="https://fediscience.org/tags/modeldriven" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>modeldriven</span></a></p>
LavX News<p>Revolutionizing REST APIs: The Rise of TypeAPI for Type-Safe Code Generation</p><p>In an era where precision and safety in code are paramount, TypeAPI emerges as a game-changer for developers. This innovative tool not only simplifies the mapping of HTTP requests but also ensures typ...</p><p><a href="https://news.lavx.hu/article/revolutionizing-rest-apis-the-rise-of-typeapi-for-type-safe-code-generation" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">news.lavx.hu/article/revolutio</span><span class="invisible">nizing-rest-apis-the-rise-of-typeapi-for-type-safe-code-generation</span></a></p><p><a href="https://mastodon.cloud/tags/news" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>news</span></a> <a href="https://mastodon.cloud/tags/tech" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tech</span></a> <a href="https://mastodon.cloud/tags/TypeSafety" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TypeSafety</span></a> <a href="https://mastodon.cloud/tags/CodeGeneration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CodeGeneration</span></a> <a href="https://mastodon.cloud/tags/RESTAPIs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RESTAPIs</span></a></p>
HGPU group<p>HPC-Coder-V2: Studying Code LLMs Across Low-Resource Parallel Languages</p><p><a href="https://mast.hpc.social/tags/HIP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HIP</span></a> <a href="https://mast.hpc.social/tags/CUDA" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CUDA</span></a> <a href="https://mast.hpc.social/tags/MPI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MPI</span></a> <a href="https://mast.hpc.social/tags/OpenMP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenMP</span></a> <a href="https://mast.hpc.social/tags/CodeGeneration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CodeGeneration</span></a> <a href="https://mast.hpc.social/tags/LLM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LLM</span></a> <a href="https://mast.hpc.social/tags/Package" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Package</span></a></p><p><a href="https://hgpu.org/?p=29610" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">hgpu.org/?p=29610</span><span class="invisible"></span></a></p>
HGPU group<p>Improving Parallel Program Performance Through DSL-Driven Code Generation with LLM Optimizers</p><p><a href="https://mast.hpc.social/tags/LLM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LLM</span></a> <a href="https://mast.hpc.social/tags/DSL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DSL</span></a> <a href="https://mast.hpc.social/tags/CodeGeneration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CodeGeneration</span></a></p><p><a href="https://hgpu.org/?p=29542" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">hgpu.org/?p=29542</span><span class="invisible"></span></a></p>
Winbuzzer<p>ICYMI: Google has disclosed that artificial intelligence is now responsible for generating over a quarter of the code in its products, a milestone that underscores AI’s expanding role in driving revenue. <a href="https://mastodon.social/tags/Google" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Google</span></a> <a href="http://dlvr.it/TFw6cX" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">http://</span><span class="">dlvr.it/TFw6cX</span><span class="invisible"></span></a> <a href="https://mastodon.social/tags/Google" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Google</span></a> <a href="https://mastodon.social/tags/ArtificialIntelligence" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ArtificialIntelligence</span></a> <a href="https://mastodon.social/tags/CodeGeneration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CodeGeneration</span></a></p>
HGPU group<p>Automatic Generation of OpenCL Code through Polyhedral Compilation with LLM</p><p><a href="https://mast.hpc.social/tags/OpenCL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenCL</span></a> <a href="https://mast.hpc.social/tags/CUDA" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CUDA</span></a> <a href="https://mast.hpc.social/tags/OpenMP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenMP</span></a> <a href="https://mast.hpc.social/tags/LLM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LLM</span></a> <a href="https://mast.hpc.social/tags/CodeGeneration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CodeGeneration</span></a></p><p><a href="https://hgpu.org/?p=29430" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">hgpu.org/?p=29430</span><span class="invisible"></span></a></p>
michabbb<p>🚀 <a href="https://social.vivaldi.net/tags/TogetherAI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TogetherAI</span></a> launches <a href="https://social.vivaldi.net/tags/LlamaCoder" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LlamaCoder</span></a>: App generation powered by <a href="https://social.vivaldi.net/tags/Llama3" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Llama3</span></a> 405B</p><p>💻 <a href="https://social.vivaldi.net/tags/Opensource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Opensource</span></a> web app for creating entire applications from prompts<br>🌟 2000+ <a href="https://social.vivaldi.net/tags/GitHub" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GitHub</span></a> stars, hundreds of repository clones in just one month<br>🔢 Over 200,000 apps generated, including quizzes, timers, and budgeting tools<br>🧠 <a href="https://social.vivaldi.net/tags/Llama3" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Llama3</span></a> 405B: First open-source model excelling in this coding use case<br>🛠️ <a href="https://social.vivaldi.net/tags/TogetherAI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TogetherAI</span></a> platform used by 150,000+ developers and companies<br>🔓 Open approach allows full flexibility and ownership of data and models</p><p><a href="https://social.vivaldi.net/tags/OpenSourceAI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenSourceAI</span></a> <a href="https://social.vivaldi.net/tags/CodeGeneration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CodeGeneration</span></a> <a href="https://social.vivaldi.net/tags/AICloud" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AICloud</span></a> <a href="https://social.vivaldi.net/tags/DeveloperTools" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DeveloperTools</span></a> <a href="https://social.vivaldi.net/tags/GenerativeAI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GenerativeAI</span></a> <a href="https://social.vivaldi.net/tags/ai" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ai</span></a> <a href="https://social.vivaldi.net/tags/llm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>llm</span></a> </p><p><a href="https://ai.meta.com/blog/together-ai-llamacoder/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">ai.meta.com/blog/together-ai-l</span><span class="invisible">lamacoder/</span></a></p>
Paul Houle<p>🏎️ Advanced Python: Achieving High Performance with Code Generation</p><p><a href="https://medium.com/@yonatanzunger/advanced-python-achieving-high-performance-with-code-generation-796b177ec79" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">medium.com/@yonatanzunger/adva</span><span class="invisible">nced-python-achieving-high-performance-with-code-generation-796b177ec79</span></a></p><p><a href="https://mastodon.social/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a> <a href="https://mastodon.social/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://mastodon.social/tags/compilers" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>compilers</span></a> <a href="https://mastodon.social/tags/codegeneration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>codegeneration</span></a></p>
HGPU group<p>Automated C/C++ Program Repair for High-Level Synthesis via Large Language Models</p><p><a href="https://mast.hpc.social/tags/FPGA" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FPGA</span></a> <a href="https://mast.hpc.social/tags/HLS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HLS</span></a> <a href="https://mast.hpc.social/tags/CodeGeneration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CodeGeneration</span></a> <a href="https://mast.hpc.social/tags/LLM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LLM</span></a></p><p><a href="https://hgpu.org/?p=29281" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">hgpu.org/?p=29281</span><span class="invisible"></span></a></p>