Stephan Antholzer
Stephan Antholzer
If you check the julia help (`julia>?AbstractFloat`), you will see that AbstractFloat is still defined. The deprecation warning is about the function `int`, which has been removed in subsequent julia...
Did you include a white space before the `?`, because the line `julia>` should change to `help?>` after pressing `?`. Accessing the documentations works the same way for [0.4](https://docs.julialang.org/en/release-0.4/manual/documentation/?highlight=help#accessing-documentation) and...
@jpsamaroo did you get rocBLAS to work that way? As soon as I install it (or put it into LD_LIBRARY_PATH) I get the 'disable-symbolication' build error and I did build...
The problem is that the created Logger always applies the `timestamp_logger` transformation even for debug messages. `Arrow` prints a lot of debug messages and is thus very slow. @poulter7 can...