Zac Cranko

Results 3 comments of Zac Cranko

@nouiz When I run this repeatedly there is a slight speedup ``` 2024-03-13 18:31:36.445516: I external/xla/xla/pjrt/pjrt_c_api_client.cc:137] PjRtCApiClient created. 2024-03-13 18:31:36.555472: I external/xla/xla/stream_executor/cuda/cuda_dnn.cc:517] Loaded cuDNN version 8907 array created with size...

I'm happy with the first one, since it is a lot more compact than ``` julia @inline function foo(x, y) this_is_too_long_to_fit_on_one_line(bar, baz, bing, bog, boop) end ``` and also extremely...

Just experienced this same issue in 2017 while trying to build Cairo.jl with all the latest everything on a fresh Julia binary downloaded from https://julialang.org/. @staticfloat's solution fixed my problem.