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

DateNumber of Commits
November, 20211
October, 20210
September, 20211

Favourite Files

FilenameTotal Edits
device_impl.cpp2
util_debug.cpp1
device.cpp1
CMakeLists.txt1
util.h1
macros.cmake1
device.h1
external_libs.cmake1
compat.h1
blender_device.cpp1

File Changes

ActionTotalPer Commit
Added199.5
Modified2713.5

Code Changes

ActionTotalPer Commit
Lines Added1010.0
Lines Removed2525.0

Latest commits Feed

Revision 36f5198 by Brian Savery / Brecht Van Lommel (master)
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
Revision 044a773 by Brian Savery / Brecht Van Lommel (master)
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
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021