Need a basic example on using custom structs in CUDA.jl with Adapt.jl
|
|
2
|
84
|
August 31, 2024
|
Why keyword `struct` is used instead of `type` for type definition?
|
|
3
|
221
|
August 29, 2024
|
Macro usage: create dispatch for vector length
|
|
7
|
59
|
August 13, 2024
|
In Operator not working as expected for struct
|
|
5
|
97
|
August 6, 2024
|
[ANN] StrucRev - revise type definitions as you go
|
|
17
|
1456
|
July 28, 2024
|
How to create a struct from a dict
|
|
7
|
152
|
July 27, 2024
|
Best practices to add more than one bound to type parameters
|
|
23
|
196
|
July 21, 2024
|
[Ann] LightSumTypes.jl - Combine multiple types in a single one
|
|
5
|
1221
|
July 6, 2024
|
`sizeof` on custom struct does not check fields
|
|
4
|
183
|
June 30, 2024
|
How to read a static array of a composite type
|
|
0
|
75
|
June 10, 2024
|
Effect of typing in structures
|
|
4
|
161
|
June 7, 2024
|
Type instabilities when dealing with structs and Ref
|
|
4
|
281
|
June 3, 2024
|
Understanding parallelization of composite types
|
|
0
|
276
|
June 2, 2024
|
How to extend structs for equality, in order to make use of operator like `in`?
|
|
7
|
208
|
May 16, 2024
|
How to define a `struct` that has keyword arguments?
|
|
10
|
306
|
May 16, 2024
|
How to define a new matrix type?
|
|
2
|
263
|
March 25, 2024
|
Allocations when writing to vectors in struct
|
|
4
|
225
|
March 17, 2024
|
Type-instability with DifferentialEquations.jl when using nested structs
|
|
6
|
352
|
February 9, 2024
|
How not to commit type piracy when handling automatic conversion for field with Union type
|
|
10
|
171
|
February 7, 2024
|
Creating Circular Referencing Structs
|
|
3
|
477
|
December 22, 2023
|
Parsimonious way to unpack big structs
|
|
18
|
3438
|
January 28, 2024
|
Passing struct as argument to optimizer
|
|
2
|
215
|
January 24, 2024
|
Question Julia best practices for structs of numbers
|
|
7
|
332
|
January 23, 2024
|
How to optimize struct for speed?
|
|
4
|
519
|
January 9, 2024
|
Dynamically create Struct
|
|
12
|
760
|
January 4, 2024
|
Question About Unicode and Symbols
|
|
2
|
436
|
December 27, 2023
|
Create a function as a attribute to a struct
|
|
5
|
591
|
December 19, 2023
|
Dynamically defining a struct with default values
|
|
3
|
443
|
November 28, 2023
|
Definition of struct written from C and read-only in Julia
|
|
7
|
415
|
November 27, 2023
|
Import struct without changing its "scope"
|
|
7
|
288
|
November 22, 2023
|