pyCUDA version of transient F-stat
- Feb 08, 2018
-
-
David Keitel authored
-previously check was done in _optional_import [called from init_transient_fstat_map_features()] -this was the right place only back when still importing autoinit -now do check at the time of make_default_context()
-
David Keitel authored
-make some functions internal in tcw_fstat_map_funcs.py -clean up debug messages -clean up code formatting
-
- Feb 07, 2018
-
-
Gregory Ashton authored
-
- Feb 05, 2018
-
-
David Keitel authored
-not sure why this is not inherited from the base ComputeFstat class
-
David Keitel authored
-
David Keitel authored
-
David Keitel authored
-requires manual context initialisation and cleanup
-
David Keitel authored
-
David Keitel authored
-
David Keitel authored
TransientGridSearch: new F_mn writer function matching the format of lalpulsar.write_transientFstatMap_to_fp
-
David Keitel authored
-optional import of pyCUDA package only if requested -including kernel .cu files in packaging
-
David Keitel authored
-to later allow for CUDA implementation -some optional-import acrobatics to fail gracefully if a module (especially CUDA) is not available -as of this commit, nothing beyond lal implemented yet
-