Forwarded from Hacker News (yahnc_bot)
Compromised PyTorch-nightly dependency chain December 30th, 2022 https://pytorch.org/blog/compromised-nightly-dependency/
PyTorch
Compromised PyTorch-nightly dependency chain between December 25th and December 30th, 2022.
If you installed PyTorch-nightly on Linux via pip between December 25, 2022 and December 30, 2022, please uninstall it and torchtriton immediately, and use the latest nightly binaries (newer than Dec 30th 2022).
Forwarded from Phoronix News
Phoronix
GNU Debugger "GDB" Adds Support For Microsoft's Debug Adapter Protocol
Merged today to the GNU Debugger (GDB) is initial support for the Debug Adapter Protocol (DAP) that is a JSON-RPC interface for use by integrated development environments (IDEs) to better communicate with debuggers...
GNU Debugger "GDB" Adds Support For Microsoft's Debug Adapter Protocol
Merged today to the GNU Debugger (GDB) is initial support for the Debug Adapter Protocol (DAP) that is a JSON-RPC interface for use by integrated development environments (IDEs) to better communicate with debuggers...
Phoronix
GNU Debugger "GDB" Adds Support For Microsoft's Debug Adapter Protocol
Merged today to the GNU Debugger (GDB) is initial support for the Debug Adapter Protocol (DAP) that is a JSON-RPC interface for use by integrated development environments (IDEs) to better communicate with debuggers.
Forwarded from Phoronix News
Phoronix
AMD Announces Ryzen 7040/7045HX Mobile CPUs, Ryzen 7000 Series X3D, Instinct MI300
Tonight during Lisa Su's keynote for CES 2023, a number of exciting AMD announcements were made...
AMD Announces Ryzen 7040/7045HX Mobile CPUs, Ryzen 7000 Series X3D, Instinct MI300
Tonight during Lisa Su's keynote for CES 2023, a number of exciting AMD announcements were made...
Phoronix
AMD Announces Ryzen 7040/7045HX Mobile CPUs, Ryzen 7000 Series X3D, Instinct MI300
Tonight during Lisa Su's keynote for CES 2023, a number of exciting AMD announcements were made.
k8s整了个新的Gateway替代Ingress,之后可以尝试一下:https://kubernetes.io/blog/2022/07/13/gateway-api-graduates-to-beta/ https://navendu.me/posts/gateway-vs-ingress-api/#extending-ingress-and-evolution-to-gateway-api https://gateway-api.sigs.k8s.io/
kubernetes.io
Kubernetes Gateway API Graduates to Beta
We are excited to announce the v0.5.0 release of Gateway API. For the first time, several of our most important Gateway API resources are graduating to beta. Additionally, we are starting a new initiative to explore how Gateway API can be used for mesh and…
https://www.intel.com/content/www/us/en/newsroom/news/intel-introduces-4th-gen-xeon-scalable-max-series-livestream-replay.html 四代志强北京时间今天凌晨两点直播发布
Intel
Intel Introduces 4th Gen Xeon Scalable, Max Series (Replay)
Watch as Intel shows how 4th Gen Intel Xeon Scalable and Max Series drive impact for customers.
https://peps.python.org/pep-0703/ PEP 703 – Making the Global Interpreter Lock Optional in CPython
Python Enhancement Proposals (PEPs)
PEP 703 – Making the Global Interpreter Lock Optional in CPython | peps.python.org
CPython’s global interpreter lock (“GIL”) prevents multiple threads from executing Python code at the same time. The GIL is an obstacle to using multi-core CPUs from Python efficiently. This PEP proposes adding a build configuration (--disable-gil) to...
Forwarded from Hacker News (yahnc_bot)
Vulkan Video Decoding https://lynne.ee/vulkan-video-decoding.html
Lynne's compiled musings
Vulkan Video decoding
All video acceleration APIs came in three flavours. System-specific DXVA(2), DirectX 12 Video, MediaCodec VAAPI, VDPAU, XvMC, XvBA, YAMI, V4L2, OMX etc.. Vendor-specific Quick Sync, MFX Avivo,...
Forwarded from Nick Cao | U+220E