-
hello,
I'm a new in learning thrust, and i'm really interesting about yout project, but I have some questions about trtc.Functor.
I wonder can class `trtc.Functor` support curand_init() or rand()…
-
Should we decide on a convention for functors and stick with it? In #1143 we are opting for `X_2functor` so naturally `X_functor` would make sense as a name. However, currently there are various thing…
-
-
The addition of the `bantu` functor (in PR #32 ), together with the three new languages `egekusii`, `kikamba` and `kiswahili`, is a welcome addition to the RGL. But unfortunately the adoption was too …
-
How can I disable caching for a functor or a natural transformation?
-
**Is your feature request related to a problem? Please describe.**
Currently, (almost) all neighbor lists for VLC are built using functors and traversals. #872 has shown that this is not efficient.…
-
**Original bug ID:** 7212
**Reporter:** @Drup
**Assigned to:** @garrigue
**Status:** acknowledged (set by @damiendoligez on 2016-04-05T14:20:18Z)
**Resolution:** open
**Priority:** normal
**Seve…
-
## Reason
Those would be helpful for modeling reactors. For example, in a MSR, provided the right closure relation is used, these interface kernels could capture the various heat fluxes from the cool…
-
Let me first say thank you for implementing GATs, and also apologize for the heinous haskell-brained madness you see before you. With that out of the way:
I tried to compile this code (https://play…
-
I was trying to write an effect like this
```haskell
data ReplicateM m k = forall a. ReplicateM (m a) (NonEmpty a -> m k)
instance HFunctor ReplicateM where
hmap f (ReplicateM m k) = Repli…
bielr updated
4 years ago