Skip to content Skip to sidebar Skip to footer

Vídeo

Simpler Backoff by todsacerdoti

Simpler Backoff by todsacerdoti

May 30, 2025 Exponential backoff with jitter is de rigeur for making service calls. This code, or something like it, probably looks really familiar: func do(ctx context.Context) error { const ( maxAttempts = 10 baseDelay = 1 * time.Second maxDelay = 60 * time.Second ) delay := baseDelay for attempt := range maxAttempts { err

Read more

Surprisingly Fast AI-Generated Kernels We Didn’t Mean to Publish (Yet) by mfiguiere

Surprisingly Fast AI-Generated Kernels We Didn’t Mean to Publish (Yet) by mfiguiere

         Surprisingly Fast AI-Generated Kernels We Didn’t Mean to Publish (Yet) Authors: Anne Ouyang and Azalia Mirhoseini and Percy Liang We have some very fast AI-generated kernels in pure CUDA-C without using libraries and DSLs such as CUTLASS and Triton. They are performing close to or in some cases even beating the standard expert-optimized production

Read more

In the Shadows of Innovation”

© 2025 HackTech.info. All Rights Reserved.

In the Shadows of Innovation”

© 2025 HackTech.info. All Rights Reserved.

Sign Up to Our Newsletter

Be the first to know the latest updates

Whoops, you're not connected to Mailchimp. You need to enter a valid Mailchimp API key.