d0k
User Details
User Details
- User Since
- Jul 10 2012, 1:37 PM (520 w, 1 d)
- Roles
- Administrator
Yesterday
Yesterday
bkramer added inline comments to D127729: [Bitcode] Support expanding constant expressions into instructions.
bkramer added inline comments to D127729: [Bitcode] Support expanding constant expressions into instructions.
bkramer committed rG206a6037a093: [Presburger] Cheat around old versions of clang not doing NRVO when there's a… (authored by bkramer).
[Presburger] Cheat around old versions of clang not doing NRVO when there's a…
Mon, Jun 27
Mon, Jun 27
I think given the semantic difference removing just the one overload makes sense.
Sun, Jun 26
Sun, Jun 26
bkramer committed rGf5cd172e515f: [Support] Work around an issue when building with old versions of libstdc++ (authored by bkramer).
[Support] Work around an issue when building with old versions of libstdc++
Sat, Jun 25
Sat, Jun 25
Thanks
Fri, Jun 24
Fri, Jun 24
bkramer added a comment to D128345: [Alignment] Replace commonAlignment with std::min.
Tue, Jun 21
Tue, Jun 21
bkramer committed rGb3127769b1ae: [mlir][sparse] Preserve NaNs when converting float to bfloat (authored by bkramer).
[mlir][sparse] Preserve NaNs when converting float to bfloat
Sat, Jun 18
Sat, Jun 18
[mlir] Fix an msvc warning
Fri, Jun 17
Fri, Jun 17
bkramer committed rGd5c29b23e1d4: [mlir][sparse] Inline the definition of LLVM_ATTRIBUTE_WEAK (authored by bkramer).
[mlir][sparse] Inline the definition of LLVM_ATTRIBUTE_WEAK
bkramer committed rGfeb8313fbfe0: [bazel] Add missing dependency after 455679413 (authored by bkramer).
[bazel] Add missing dependency after 455679413
Fri, Jun 17, 1:10 PM · Restricted Project
bkramer committed rG3420cd7caf8d: [mlir][sparse] Add testing for bf16 and fallback for software bf16 (authored by bkramer).
[mlir][sparse] Add testing for bf16 and fallback for software bf16
looks good
bkramer requested review of D128091: [mlir][sparse] Add testing for bf16 and fallback for software bf16.
bkramer added a comment to rG04a3d5f3a119: Reland "Reland "Reland "[X86][RFC] Enable `_Float16` type support on X86….
Sorry, I had to revert this again. Hope it's the last time. Two more issues listed in 1a20252978c76cf2518aa45b175a9e5d6d36c4f0
bkramer committed rG1a20252978c7: Revert "Reland "Reland "Reland "[X86][RFC] Enable `_Float16` type support on… (authored by bkramer).
Revert "Reland "Reland "Reland "[X86][RFC] Enable `_Float16` type support on…
looks good
Thu, Jun 16
Thu, Jun 16
bkramer added a comment to D128015: [mlir][sparse] Add indirection to passing values to the runtime.
bkramer requested review of D128015: [mlir][sparse] Add indirection to passing values to the runtime.
Wed, Jun 15
Wed, Jun 15
bkramer committed rG8c4a07c61f0a: [DAGCombiner] Fold fold (fp_to_bf16 (bf16_to_fp op)) -> op (authored by bkramer).
[DAGCombiner] Fold fold (fp_to_bf16 (bf16_to_fp op)) -> op
bkramer committed rGca50cb120ba5: [SelectionDAG] Constant fold FP_TO_BF16 and BF16_TO_FP. (authored by bkramer).
[SelectionDAG] Constant fold FP_TO_BF16 and BF16_TO_FP.
bkramer added a comment to D126444: [mlir]Implement SoftwareBF16 to handle the bf16 type.
bkramer added a comment to rG6e02e27536b9: Reland "[X86][RFC] Enable `_Float16` type support on X86 following the psABI".
bkramer added a comment to rG6e02e27536b9: Reland "[X86][RFC] Enable `_Float16` type support on X86 following the psABI".
bkramer committed rG37455b1f71d3: Revert "Reland "[X86][RFC] Enable `_Float16` type support on X86 following the… (authored by tjoerg).
Revert "Reland "[X86][RFC] Enable `_Float16` type support on X86 following the…
bkramer added inline comments to D124024: [mlir][Arith] Pass to switch signed ops for equivalent unsigned ones.
Add a conversion from double to bf16
bkramer committed rGfb34d531af95: Promote bf16 to f32 when the target doesn't support it (authored by bkramer).
Promote bf16 to f32 when the target doesn't support it
bkramer committed rG170ca11aeff2: [Sema] Remove unused function after 8c7b64b5ae2a (authored by bkramer).
[Sema] Remove unused function after 8c7b64b5ae2a
bkramer committed rG0886ea902b14: [mlir][Arith] Fix a use-after-free after rewriting ops to unsigned (authored by bkramer).
[mlir][Arith] Fix a use-after-free after rewriting ops to unsigned
Tue, Jun 14
Tue, Jun 14
bkramer committed rGd3b179684205: [mlir] Try to work around ambiguity in older clang versions (authored by bkramer).
[mlir] Try to work around ambiguity in older clang versions
[bazel] Port b0b00432093b
Tue, Jun 14, 2:56 PM · Restricted Project
[bazel] Port 75bfc6f29579
Tue, Jun 14, 2:46 PM · Restricted Project
bkramer committed rGba0222cdc651: [mlir][linalg] Add named ops for depthwise 3d convolution (authored by bkramer).
[mlir][linalg] Add named ops for depthwise 3d convolution
Mon, Jun 13
Mon, Jun 13
bkramer committed rGb8cdff8894ea: [bazel] Unbreak the build after cf6a7c194793 (authored by bkramer).
[bazel] Unbreak the build after cf6a7c194793
Mon, Jun 13, 3:24 PM · Restricted Project
bkramer requested review of D127687: [mlir][linalg] Add named ops for depthwise 3d convolution.
bkramer committed rGde0aa687a290: [mlir][linalg] Add conv_2d_nhwc_fhwc to core_named_ops.py (authored by bkramer).
[mlir][linalg] Add conv_2d_nhwc_fhwc to core_named_ops.py
bkramer committed rG5724231af279: [InstCombine] Only fold trunc(ext) pairs to bitcast if the source and… (authored by bkramer).
[InstCombine] Only fold trunc(ext) pairs to bitcast if the source and…
bkramer added a comment to D126953: Promote bf16 to f32 when the target doesn't support it.
Post-wwdc ping.
Fri, Jun 10
Fri, Jun 10
bkramer committed rG6ee5baeb9774: [libc][math] Add EXP_MANT_MASK when long double is double or quad (authored by bkramer).
[libc][math] Add EXP_MANT_MASK when long double is double or quad
bkramer committed rG914e30ca5c74: [bazel] Change references to driver-template.cpp.in after 6bc8163c79fd (authored by bkramer).
[bazel] Change references to driver-template.cpp.in after 6bc8163c79fd
Fri, Jun 10, 1:24 AM · Restricted Project
Thu, Jun 9
Thu, Jun 9
bkramer committed rG3ae85bd67a3c: [bazel] Add missing dependency after 9f1221521f4b. (authored by bkramer).
[bazel] Add missing dependency after 9f1221521f4b.
Thu, Jun 9, 1:42 PM · Restricted Project
AMDGPU/GISel: Remove unused variable. NFC.
Fix complex.conj integration test
Wed, Jun 8
Wed, Jun 8
[AST] Make header self-contained
bkramer committed rG6eb0f8e28598: [mlir][MemRef] Fix a crash when expanding a scalar shape (authored by bkramer).
[mlir][MemRef] Fix a crash when expanding a scalar shape
thanks
Tue, Jun 7
Tue, Jun 7
bkramer requested review of D127232: [mlir][MemRef] Fix a crash when expanding a scalar shape.
[format] Fix an uninitialized variable
bkramer committed rG1fd0beaa4e20: [DX][ObjYAML] Zero out unused fields that get written to the output file (authored by bkramer).
[DX][ObjYAML] Zero out unused fields that get written to the output file
Fri, Jun 3
Fri, Jun 3
[bazel] Port 95aff23e2921
Fri, Jun 3, 11:44 AM · Restricted Project
[COFF] Fix -Wredundant-move
bkramer committed rGa8d2a381a2e7: [VPlan] Silence another unused variable warning in release builds (authored by bkramer).
[VPlan] Silence another unused variable warning in release builds
bkramer committed rG6b7c18639021: [VPlan] Inline variable into assertion. NFC. (authored by bkramer).
[VPlan] Inline variable into assertion. NFC.
bkramer committed rGe8e4b741dd10: [DAGCombiner] Add bf16 to the matrix of types that we don't promote to integer… (authored by bkramer).
[DAGCombiner] Add bf16 to the matrix of types that we don't promote to integer…
bkramer requested review of D126953: Promote bf16 to f32 when the target doesn't support it.
Thu, Jun 2
Thu, Jun 2
bkramer committed rG5b2a7348b7e7: [IRTests] With opaque ptrs we can test that there is no bitcast inserted (authored by bkramer).
[IRTests] With opaque ptrs we can test that there is no bitcast inserted
Wed, Jun 1
Wed, Jun 1
bkramer committed rGd9de52819dbd: [bazel] Add a missing dependency after f3bdb56d61e3 (authored by bkramer).
[bazel] Add a missing dependency after f3bdb56d61e3
Wed, Jun 1, 1:52 PM · Restricted Project
looks great, thanks
bkramer committed rG7d431e9ec57b: [mlir][complex] Remove unused variables. NFC. (authored by bkramer).
[mlir][complex] Remove unused variables. NFC.
Tue, May 31
Tue, May 31
[bazel] Port 42c17073fcba
Tue, May 31, 4:52 AM · Restricted Project
May 27 2022
May 27 2022
thanks
May 25 2022
May 25 2022
looks good
May 23 2022
May 23 2022
bkramer committed rG2f2ca30d0aba: Fix an unused variable warning in no-asserts build mode (authored by bkramer).
Fix an unused variable warning in no-asserts build mode
lg
Looks good
May 21 2022
May 21 2022
bkramer committed rG295d032762ad: [mlir] Move diagnostic handlers instead of copying (authored by bkramer).
[mlir] Move diagnostic handlers instead of copying
bkramer committed rGc312f025940d: [STLExtras] Make indexed_accessor_range operator== compatible with C++20 (authored by bkramer).
[STLExtras] Make indexed_accessor_range operator== compatible with C++20
[bufferization] Simplify code. NFCI.
May 18 2022
May 18 2022
bkramer committed rG46d9a6ebd615: [libcxx] [test] Include header for strverscmp (authored by jwakely).
[libcxx] [test] Include header for strverscmp
bkramer committed rG89cacb9ee72c: [libcxx] [test] Add missing header for std::numeric_limits (authored by jwakely).
[libcxx] [test] Add missing header for std::numeric_limits
bkramer committed rGe497871356f2: [mlir][complex] Add pow/sqrt/tanh ops and lowering to libm (authored by bkramer).
[mlir][complex] Add pow/sqrt/tanh ops and lowering to libm
May 17 2022
May 17 2022
Thanks
May 14 2022
May 14 2022
[bazel] Port ae8bbc43f470
May 14 2022, 3:14 AM · Restricted Project
May 13 2022
May 13 2022
bkramer requested review of D125550: [mlir][complex] Add pow/sqrt/tanh ops and lowering to libm.
May 12 2022
May 12 2022
bkramer committed rG434385ba4104: [DenseElementAttr] Silence warning in -DNDEBUG builds. NFC. (authored by bkramer).
[DenseElementAttr] Silence warning in -DNDEBUG builds. NFC.
bkramer committed rG303638248ab1: [mlir][linalg] Add lowering of named ops on complex numbers (authored by bkramer).
[mlir][linalg] Add lowering of named ops on complex numbers
bkramer requested review of D125461: [mlir][linalg] Add lowering of named ops on complex numbers.
bkramer committed rGca6cbbe8d0ca: [bazel] Add support for configuring the bazel build for PPC (authored by bkramer).
[bazel] Add support for configuring the bazel build for PPC
May 12 2022, 3:08 AM · Restricted Project
bkramer committed rG27dad99622bb: [mlir][LLVM] Make the nested type restriction on complex constants less… (authored by bkramer).
[mlir][LLVM] Make the nested type restriction on complex constants less…
May 11 2022
May 11 2022
May 9 2022
May 9 2022
bkramer committed rGa48adc565864: [mlir][math] Promote (b)f16 to f32 when lowering to libm calls (authored by bkramer).
[mlir][math] Promote (b)f16 to f32 when lowering to libm calls
May 6 2022
May 6 2022
bkramer requested review of D125093: [mlir][math] Promote (b)f16 to f32 when lowering to libm calls.
May 5 2022
May 5 2022
Not an expert on this, but looks fine to me.
[IR] Simplify code. NFCI.
bkramer committed rG08b20f20d285: [ConstantFold] Use getFltSemantics instead of manually checking the type (authored by bkramer).
[ConstantFold] Use getFltSemantics instead of manually checking the type
May 3 2022
May 3 2022
[bazel] Fix the build after 2c3326608460
May 3 2022, 2:05 PM · Restricted Project