-
| | |
| --- | --- |
| Bugzilla Link | [6809](https://llvm.org/bz6809) |
| Version | trunk |
| OS | All |
| Depends On | llvm/llvm-bugzilla-archive#8125 |
| CC | @lattner,@jayfoad |
## Extended Des…
-
At the moment ISAAC is "only" suitable to render gas and iso raycastings of 3D volumes described as a couple of disjunct cubiods distributed over the computation nodes. However there are way more ways…
-
It has been a very long time since I have touched this project. At some point in the future, I will likely be scraping a lot of the code (As I am not happy with it, and it's generally pretty bloated).…
-
## Core Issue
`bind` and `mixin` are template metaprogramming features, which generics are not. Generics, or parametric polymorphism, have to do with types.
To put a very fine point on things:
…
saem updated
9 months ago
-
**Concisely describe the proposed feature**
I would like to suggest saving *element_dim* parameter in taichi.types.ndarray data structure.
**Describe the solution you'd like (if any)**
Considerin…
-
@shahmoradi posted the following issues at #162, but I am moving them here. Let's create individual issues out of those, or add the comments there to already existing issues.
> @certik Ondrej, I am…
-
You probably don't support Linux (gcc/clang). Here are some errors (related to std library) while compiling with gcc 12.1:
> optix_util.h(423): error: namespace "std" has no member "tuple_element_t…
-
### Description
Following up from #3065, `itk::FFTImageFilterFactory` should be updated to allow a developer to specify a list of image dimensions that the user is allowed to input fo…
-
We've discussed ideas surrounding lambda manipulation for a while, so we should probably coalesce the continuing conversation in a dedicated thread. We are in the process of instituting compiler guard…
-
There are a few aspects to this. Their solutions are probably related.
# Reduce DRY violations
Take
``` c++
typedef struct {
unsigned int event_id;
double x;
double y;
double z;
…