Xbox Game Studios責任者クレイグ・ダンカンと参謀長ルイーズ・オコナーが退任
Xbox Game Studiosの責任者クレイグ・ダンカンと参謀長ルイーズ・オコナーが退任することが発表された。両氏は長年にわたりXboxのゲーム開発部門を支えてきた重要な人物であり、今後の業界やXbox部門の体制に注目が集まっている。
Xbox Game Studiosの責任者クレイグ・ダンカンと参謀長ルイーズ・オコナーが退任することが発表された。両氏は長年にわたりXboxのゲーム開発部門を支えてきた重要な人物であり、今後の業界やXbox部門の体制に注目が集まっている。
A JAX developer found that array lookups on CPU-hosted data took over a second each, because arrays created with the `default_device` context manager are uncommitted to that device. Using `jax.device_put` to explicitly commit the array to the CPU reduced lookup times from ~1.2s to under 0.0002s, fixing a severe bottleneck in LLM training data loading.