• James Bergstra's avatar
    nvcc - added post-processing of stderr from nvcc to remove warnings about things · 42a7c2ea
    James Bergstra 提交于
    we do on purpose.
    
    Also moved printing of the remainder of the message to INFO level logging, which
    might be a bad idea.
    But nvcc spews things that are not errors to stderr which are not easy to filter
    out.  I'm thinking of the warnings that _POSIX_SOURCE is redefined, followed by
    a multiline header traceback.
    We do not want to print that to stderr by default every time someone compiles
    anything with nvcc.
    
    If compilation fails, then the whole nvcc stderr goes to our stderr anyway.
    42a7c2ea
名称
最后提交
最后更新
benchmark 正在载入提交数据...
bin 正在载入提交数据...
doc 正在载入提交数据...
theano 正在载入提交数据...
.hgignore 正在载入提交数据...
LICENSE.txt 正在载入提交数据...
NEWS.txt 正在载入提交数据...
README.txt 正在载入提交数据...
ez_setup.py 正在载入提交数据...
setup.cfg 正在载入提交数据...
setup.py 正在载入提交数据...