bdenhollander

Results 8 issues of bdenhollander

From fah-issues: Add a log-filtering option to the FahCore number. https://github.com/FoldingAtHome/fah-issues/issues/1028

After hundreds of display driver resets, I finally tracked down what hangs in `solveDIISMatrix` when `iteration > 0` on Windows HIP. https://github.com/openmm/openmm/blob/065e34ab56259d56dae81655f14fcfcbdb077788/plugins/amoeba/platforms/common/src/kernels/multipoleInducedField.cc#L765-L769 The issue is resolved by adding `#pragma unroll...

I've mentioned this optimization before for [RDNA](https://github.com/openmm/openmm/issues/3937#issuecomment-1416579982) and in the past for [GCN](https://github.com/openmm/openmm/issues/2894). This PR limits the impact of this change to AMD GPUs and avoids spawning unnecessary threads on...

A separate PME is only enabled for OpenCL on NVIDIA GPUs. The AMD HIP implementation has this feature enabled. I noticed on one FAH project with 4038 atoms, OpenCL actually...

#### Environment - @blueprintjs/core@: 5.5.1 - react: 17.0.2 - Windows 10 - Chrome 118.0.5993.71 #### Code Sandbox https://blueprintjs.com/docs/#core/components/context-menu-popover.imperative-api #### Steps to reproduce This issue was previously reported as #6005. That...

Type: bug
P3
help wanted
Package: core

The HIP SDK for Windows is working great thus far. Here are a few suggestions to clean up `hipcc.bin.exe` compiler output on Windows: - References to `"/usr/local/include"` and `"/usr/include"` could...

Under Investigation

Should fix #372.