• 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
名称
最后提交
最后更新
..
compile 正在载入提交数据...
gof 正在载入提交数据...
misc 正在载入提交数据...
sandbox 正在载入提交数据...
scalar 正在载入提交数据...
sparse 正在载入提交数据...
tensor 正在载入提交数据...
tests 正在载入提交数据...
__init__.py 正在载入提交数据...
configdefaults.py 正在载入提交数据...
configparser.py 正在载入提交数据...
gradient.py 正在载入提交数据...
printing.py 正在载入提交数据...
scan.py 正在载入提交数据...