Results 142 comments of Pieter Noordhuis

Because EM defers all I/O, the buffering is implicit. If you write 100 commands in the same tick, they are automatically pipelined (without taking into account the EM buffering artifact...

@nfx Some of the fields need those types, because they are arbitrary JSON blobs for which we don't have a stable schema.

You mean the Databricks profile in `~/.databrickscfg`, not `AWS_PROFILE`, I presume? The profile is pulled from `DBX_CLI_PROFILE`. See: https://github.com/databrickslabs/dbx/blob/2d09a50015a41078edce696b9b58d1c1bf17fb47/dbx/api/auth.py#L15-L28

@slayton58 Do you recall any changes landing recently that could have solved this?

What Linux distribution are you using here? Eigen3 sets both variables, so something else must be responsible for detecting your Eigen version on your system.

@gemarcano Which package installed FindEigen3.cmake for you? I tried repro'ing but see that Eigen 3 provided its own FindEigen3.cmake which was up to date with its version. If your FindEigen3.cmake...

Thanks for the issue report. A fix (6d7a2302eb983fee3dc8ea8bce76b26e84f9d519) was committed to net_test a couple of weeks ago that is very likely the same failure you have seen here. Can you...

@beanliao Your issue is unrelated to this one (as discussed in #1601)

@yytdfc Thanks for your investigation. I can't repro the issue and we're trying to figure it out in facebookincubator/gloo#100. I'll take a look at the CMake diffs between 3.6 and...

I found a repro. I needed to explicitly enable NNPACK support. I found this by looking more closely at the nvcc command when the error happens, which indicates something is...