Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Developers -> bsavery
Brian Savery (bsavery)
Total Commits : 2
Master Commits : 2
Branch Commits : 0
First Commit : September 28, 2021
Latest Commit : November 4, 2021
Commits by Month
Date | Number of Commits | |
---|---|---|
November, 2021 | 1 | |
October, 2021 | 0 | |
September, 2021 | 1 |
Favourite Files
Filename | Total Edits |
---|---|
device_impl.cpp | 2 |
util_debug.cpp | 1 |
device.cpp | 1 |
CMakeLists.txt | 1 |
util.h | 1 |
macros.cmake | 1 |
device.h | 1 |
external_libs.cmake | 1 |
compat.h | 1 |
blender_device.cpp | 1 |
File Changes
Action | Total | Per Commit |
---|---|---|
Added | 19 | 9.5 |
Modified | 27 | 13.5 |
Code Changes
Action | Total | Per Commit |
---|---|---|
Lines Added | 10 | 10.0 |
Lines Removed | 25 | 25.0 |
Latest commits
November 4, 2021, 19:24 (GMT) |
Fix Cycles HIP Kernels loading on Arch names with extra options The kernel file names are search for based on the arch name, for example gfx1010. However HIP's gcnArchName can contain options such as xnack- in the name. For example gfx1010:sramecc-:xnack-. This revision tokenizes the info from gcnArchName and just uses the first token for choosing the Kernel file to use. Kernels are portable across those features in the arch name. Also remove the bit for recompiling ptx as clearly that is not relevant. Differential Revision: https://developer.blender.org/D13117 |
September 28, 2021, 17:18 (GMT) |
Cycles: add HIP device support for AMD GPUs NOTE: this feature is not ready for user testing, and not yet enabled in daily builds. It is being merged now for easier collaboration on development. HIP is a heterogenous compute interface allowing C++ code to be executed on GPUs similar to CUDA. It is intended to bring back AMD GPU rendering support on Windows and Linux. https://github.com/ROCm-Developer-Tools/HIP. As of the time of writing, it should compile and run on Linux with existing HIP compilers and driver runtimes. Publicly available compilers and drivers for Windows will come later. See task T91571 for more details on the current status and work remaining to be done. Credits: Sayak Biswas (AMD) Arya Rafii (AMD) Brian Savery (AMD) Differential Revision: https://developer.blender.org/D12578 |
MiikaHweb - Blender Git Statistics v1.06