Sam

Results 11 issues of Sam

here's a repo of the reproducer: https://github.com/samuelpmish/neohookean_enzyme_test/tree/6a6cff7ec7eddc258959ea84613fd3c462576231 To summarize: compiling this example project with the flags `-fno-vectorize -fno-unroll-loops` on the M1 mac seems to make the executable segfault on the...

bug

Hi, I've been playing with some of the improved pack expansion tools in circle, and it seems like a really cool feature. My two questions are: 1. Is there a...

Hi, I'm interested in using circle's metaprogramming tools to extend an existing codebase that makes use of SIMD intrinsics, but it seems to be failing to compile. A small example...

Is there a way to use `@meta` to generate nested for loops? I've got a tensor class where, depending on the ranks of the tensors, the calculations require a different...

I'm a long-time CUDA developer looking to explore ROCm and HIP development, but finding out which hardware even supports these tools is harder than it needs to be. Let's see......

First: thank you for making `nanobench`, it's a great tool! My question is: Is there a way to disable some of the data columns in the default markdown output? e.g....

following discussion https://github.com/CEED/libCEED/discussions/1524, this PR aims to investigate feasibility of adding CMake support to libCEED. At the time of writing, it seems to successfully compile the libCEED static library and...

building
0-WIP

the regular C++ code ```cpp #include template < int m > void foo() { printf("m: %d\n", m); } int main() { int m = 2; [&](){ foo(); }(); return 0;...

Thank you for developing wll-interface, it's been incredibly useful in my personal projects. My question is: Is there a way to return a `wll::tensor` by-reference if the dimensions are not...

### Description of errors I'm a long-time CUDA developer trying to learn more about HIP and ROCm, but the documentation is making that difficult. The most fundamental construct in CUDA...

documentation