https://github.com/halide/Halide
Revision fbabe0603bd1a8a21c260220491520856882f248 authored by Z Stern on 25 April 2018, 21:50:06 UTC, committed by Z Stern on 25 April 2018, 21:50:06 UTC
ThreadSanitzer (TSan). It is probably possible to use the weaker
version and make sure the acquire fence is hit on all paths, but a few
quick tries did not work and it hardly seems worth it anyway.
1 parent 2b10e2a
Raw File
Tip revision: fbabe0603bd1a8a21c260220491520856882f248 authored by Z Stern on 25 April 2018, 21:50:06 UTC
Strengthen memory ordering in word_lock per errors reports from
Tip revision: fbabe06
GenGen.cpp
#include "Halide.h"

int main(int argc, char **argv) {
  return Halide::Internal::generate_filter_main(argc, argv, std::cerr);
}



back to top