-
Awesome project, but here's a bug! If I change the TensorType to `torch.cuda.FloatTensor` in `test.py` then the gradient check test fails for me (works fine w/ DoubleTensor). So it seems like the impl…
-
H2lib team:
I am a researcher focused on acoustic scattering and would like to solve 2D Helmholtz BEM problems using this library. I see that the library contains a 3D Helmholtz model. Is it possib…
-
I really like the pace of this project and I am really thankful that @LSchueler started this and @adamreichold jumped in and already put so much work into speeding this up. I didn't have the time to t…
-
With the latest Visual Studio 2022 Preview, `stdext::checked_array_iterator` has been deprecated. This results in compile errors like the following when including cpprestsdk's containerstream.h header…
-
As Taylor noted in code review yesterday, Puma is full of accidental use of C++ copy constructors in places where passing objects (including asymptotically large objects like vectors and sets) by cons…
-
Ian, could you pull the add_deconvolution branch and see if it build correctly for you? It builds for me, but I'm getting this mysterious error on macos:
```
[Pavlis-Macbook:cxx/build/python] pavl…
-
We need to identify some tests that we are going to write.
I guess the best thing to start with is a WRF data file, preferably a small one. Then we can build tests around that. @GeorgeVandenberghe-…
-
- Continuous power
- Power-bend and friends from Pueyo (2006 Oikos)
- Dewdney's hyperbolic
- Kobayashi's models
- Some other listed in McGill's chapter on sads in Magurran & McGill´s book (2011)
- G…
-
```
:notice:configure ---> Configuring calligra
:debug:configure Preferred compilers: gcc-4.2 llvm-gcc-4.2 gcc-4.0 macports-gcc-14 macports-gcc-13 macports-gcc-12 macports-gcc-11 macports-gcc-10 ma…
-
These are real cases, it would be nice to capture them in clang.
Case1:
```cpp
class UrlAnalyzed {
public:
UrlAnalyzed(string_view url [[clang::lifetimebound]]);
};
std::string StrC…