Bernhard Manfred Gruber

Results 171 issues of Bernhard Manfred Gruber

In a cmake based project that requires e.g. the CUDA backend, I tried to enable it like this: ```cmake find_package(alpaka 0.9.0 QUIET) if(NOT alpaka_FOUND) message(STATUS "No alpaka install found, disabling...

Type:Question
Type:CMake

The macro `_MDSPAN_USE_CONCEPTS` seems to be intended to either be undefined or defined to `1`. As it is undefined for me on certain compilers, I get warnings (e.g. gcc with...

The `smartPointers` exercise uses `weak_ptr` but we never mention it anywhere on the slides. Consider adding a slide for it.

I just watched the recording from the essentials course in spring. Apparently, I promised some slides on `auto` as NTTP. However, I could not come up with a good example...

stale

Both tools are mentioned in the exercise on the compilation chain, but we have no slide that mentions what these tools do and why/when they are needed.

Essentials

We currently only show the C++20 ranges. There are a couple new and useful ones in C++23.

later
Advanced
stale

We mention `std::unordered_map`, but never explain how to provide hash functions for your types. That is, how to specialize `std::hash`. We should add a slide on that.

There are a few mathematical utilities in C++ and a lot is upcoming. We have the standard math functions (e.g. `sin` etc), and the special math functions (#344). There is...

stale

Not super important. But people should rather use the standard ones than write them themselves. See here: https://en.cppreference.com/w/cpp/numeric/special_functions

stale

A participant in the spring course asked about `std::complex`. I think we should at least mention it's existence.

stale