Emanuel Rietveld

Results 7 issues of Emanuel Rietveld

Adds get_surfobj() and get_texobj(TextureDesc) method to CUDA Arrays to use the Surface/Texture object API. Example usage: ``` descriptor = cuda.ArrayDescriptor() descriptor.width = 1024 descriptor.height = 1024 descriptor.format = cuda.array_format.FLOAT descriptor.num_channels...

This adds get_global to ElementwiseKernel so you can use constant memory in one. get_texref was also broken: the use_range parameter was a kwarg instead of normal arg, causing the memoizer...

Related to the following tickets: detailed call information on panic https://github.com/traefik/yaegi/issues/531 Capture call stack https://github.com/traefik/yaegi/issues/1040 Interpreter-level stack traces are now available using the new debug interface #1188 #1225 (using, I...

enhancement
proposal
area/debug

### The following program `sample.go` triggers an unexpected result ```go package main import ( "time" "fmt" ) type Foo struct { Loc func() string } func main() { f :=...

bug
area/core

Makes KataGo keep pace with the opponent by adjusting max visits to how fast the opponent is playing. Useful if you're running a ranked bot on a go server and...

##### SUMMARY With the free strategy, the last task name should not be cached. Ref: #43950 However, the same might be true of a strategy plugin, a popular example being...

needs_revision
stale_ci
support:core
new_contributor
bug
affects_2.15

It looks like the images that are selected by the example properties files are the old ones that don't have security updates installed. I have not verified if cloud builder...