Revert "Merge branch 'niamh/cleanup' into 'release'"
Compare changes
Files
2
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 57
− 122
@@ -62,9 +62,6 @@ struct streamData {
@@ -126,12 +123,6 @@ class cmixPrecomp {
@@ -464,7 +455,7 @@ __global__ void kernel_mul2(cgbn_error_report_t *report, typename cmixPrecomp<pa
@@ -472,39 +463,10 @@ __global__ void kernel_mul2(cgbn_error_report_t *report, typename cmixPrecomp<pa
@@ -578,16 +540,6 @@ const char* run(streamData *stream) {
@@ -648,16 +600,12 @@ inline const char* createStream(streamCreateInfo createInfo, streamData* stream)
@@ -673,7 +621,6 @@ size_t getConstantsSize(enum kernel op) {
@@ -705,9 +652,6 @@ size_t getInputSize(enum kernel op) {
@@ -725,7 +669,6 @@ size_t getOutputSize(enum kernel op) {
@@ -760,9 +703,6 @@ const char* upload(const uint32_t instance_count, void *stream, enum kernel whic
@@ -821,10 +761,6 @@ const char* download(void *s) {
@@ -835,6 +771,7 @@ const char* download(void *s) {
@@ -844,7 +781,6 @@ void* getCpuInputs(void* stream, enum kernel op) {
@@ -884,11 +820,6 @@ void* getCpuOutputs(void* stream) {
@@ -896,6 +827,7 @@ void* getCpuOutputs(void* stream) {
@@ -950,53 +882,57 @@ extern "C" {
@@ -1004,13 +940,12 @@ extern "C" {