microsoft / knossos-ksc

Compiler with automatic differentiation
Other
45 stars 10 forks source link

Pointer values can be less than 0xFFFFFF #922

Closed dcrc2 closed 3 years ago

dcrc2 commented 3 years ago

I've noticed that this check can actually fail spuriously on my machine, causing intermittent test failures. I don't think we need a check any more as the purpose was to reveal bugs in the calling code, which is now well-tested.

Hopefully all of this code will be removed soon anyway.