Dan Zimmerman
Dan Zimmerman
Hey folks, I'm working with buck on iOS. I had an idea that might be useful to you guys, before I dive in let me give some context... ### Testing...
- Operating system/version: macOS 10.15.4 - Terminal name/version: Terminal (builtin), shell = fish - `$TERM`: xterm-256color ### Steps to reproduce - `git clone https://github.com/neovim/neovim.git` - `make distclean` - `make CMAKE_BUILD_TYPE=RelWithDebInfo...
If a user has a proguard file which uses a lot of unimplemented features in redex then there's a *lot* of `stderr` spew. This PR changes those `stderr` logs to...
When compiling with clang-15 we see errors like the following: ``` third-party/rocm/6.1/amdsmi/rocm_smi/src/rocm_smi_gpu_metrics.cc:460:58: error: reference to local binding 'data_type' declared in enclosing function 'amd::smi::format_metric_row' amdgpu_dynamic_metric_value_init.m_original_type = data_type; ^ third-party/rocm/6.1/amdsmi/rocm_smi/src/rocm_smi_gpu_metrics.cc:446:15: note: 'data_type'...
As part of https://github.com/triton-lang/triton/pull/5957 @Jokeren brought up it's a good idea to do the full config refactor first, rather than leaving the repo in a partially refactored state. This PR...
Firstly, let me know if I should include the 'new contributors' declaration still-- I can re-add it to this PR and keep it in future PRs, otherwise I'll start eliding...
We've found it useful to track the latency of the various compilation stages. The long term plan is to integrate this into tritonbench so that we get continuous compile-time monitoring....