Last 30 days
-
r2473
(Remove unnecessary initialization of results arrays.) committed by whoaglan
- Remove unnecessary initialization of results arrays.
Remove unnecessary initialization of results arrays.
-
r2472
(Removed obsolete code.) committed by whoaglan
- Removed obsolete code.
-
r2471
(removed some tracers, a couple of little bugs) committed by harold.figueroa
- removed some tracers, a couple of little bugs
removed some tracers, a couple of little bugs
-
r2470
(implemented the background-color view parameter for amplitud...) committed by harold.figueroa
- implemented the background-color view parameter for amplitude, a couple of little details
implemented the background-color view parameter for amplitude, a couple of little details
-
r2469
(implemented control 'userdata', this is stored in the MATLAB...) committed by harold.figueroa
- implemented control 'userdata', this is stored in the MATLAB userdata of the text label handle, this
does not work for all control types but in most for which it makes sense.
implemented control 'userdata', this is stored in the MATLAB userdata of the text label handle, this
does not work for all control types but in most for which it makes sense.
-
r2468
(Parallel reduction implementation of amplitude code. Includ...) committed by whoaglan
- Parallel reduction implementation of amplitude code. Included for reference but it runs SLOWER than
seemingly naive implementation in cuda_amplitude.
Parallel reduction implementation of amplitude code. Included for reference but it runs SLOWER than
seemingly naive implementation in cuda_amplitude.
-
r2467
(Beefed up tests. Display some results when tests fail.) committed by whoaglan
- Beefed up tests. Display some results when tests fail.
Beefed up tests. Display some results when tests fail.
-
r2466
(Rewrote implementation to not use shared memory.) committed by whoaglan
- Rewrote implementation to not use shared memory.
Rewrote implementation to not use shared memory.
-
r2465
(Test for cuda_amplitude_mex.) committed by whoaglan
- Test for cuda_amplitude_mex.
Test for cuda_amplitude_mex.
-
r2464
(Changed result dimensions to match fast_amplitude_mex.) committed by whoaglan
- Changed result dimensions to match fast_amplitude_mex.
Changed result dimensions to match fast_amplitude_mex.
-
r2463
(First cut at cuda implementation of fast_amplitude_mex.) committed by whoaglan
- First cut at cuda implementation of fast_amplitude_mex.
First cut at cuda implementation of fast_amplitude_mex.
-
r2462
(various schema updates related to sound and recording sample...) committed by harold.figueroa
- various schema updates related to sound and recording sample fields. fixed filter display bug.
looking into a band-amplitude bug
various schema updates related to sound and recording sample fields. fixed filter display bug.
looking into a band-amplitude bug
-
r2461
(Fixed logic to create correct CUDA grid size.) committed by whoaglan
- Fixed logic to create correct CUDA grid size.
Fixed logic to create correct CUDA grid size.
-
r2460
(get_mex_helper persists helper discovery, image_thresh only ...) committed by harold.figueroa
- get_mex_helper persists helper discovery, image_thresh only current client updated to reflect this.
renamed and improved code to test image_thresh.
get_mex_helper persists helper discovery, image_thresh only current client updated to reflect this.
renamed and improved code to test image_thresh.
-
-
r2458
(a problem with the band-amplitude controls, a little detail ...) committed by harold.figueroa
- a problem with the band-amplitude controls, a little detail in the spectral-centroid view
a problem with the band-amplitude controls, a little detail in the spectral-centroid view
-
r2457
(Simple test for cuda_window_mex.) committed by whoaglan
- Simple test for cuda_window_mex.
Simple test for cuda_window_mex.
-
r2456
(Corrected overlap logic, removed unnecessary parameter.) committed by whoaglan
- Corrected overlap logic, removed unnecessary parameter.
Corrected overlap logic, removed unnecessary parameter.
-
r2455
(Added debugging output.) committed by whoaglan
- Added debugging output.
-
r2454
(Removed redundant windows per block parameter.) committed by whoaglan
- Removed redundant windows per block parameter.
Removed redundant windows per block parameter.
-
r2453
(a couple of bugs, some help, and some view improvement) committed by harold.figueroa
- a couple of bugs, some help, and some view improvement
a couple of bugs, some help, and some view improvement
-
r2452
(Fix of incorrect sums with limit to windows per block.) committed by whoaglan
- Fix of incorrect sums with limit to windows per block.
Fix of incorrect sums with limit to windows per block.
-
r2451
(added simple testing hook to build_cuda_mex.m, added some ot...) committed by harold.figueroa
- added simple testing hook to build_cuda_mex.m, added some other functions to the sandbox
added simple testing hook to build_cuda_mex.m, added some other functions to the sandbox
-
r2450
(organize projects during update) committed by harold.figueroa
- organize projects during update
organize projects during update
-
-
-
r2447
(project organization removes empty author directories) committed by harold.figueroa
- project organization removes empty author directories
project organization removes empty author directories
-
r2446
(updates to project code related to author/project_name organ...) committed by harold.figueroa
- updates to project code related to author/project_name organization. work on some utilities.
updates to project code related to author/project_name organization. work on some utilities.
-
-
r2444
(Several offset, logic, and type fixes. Much more stable. Mo...) committed by whoaglan
- Several offset, logic, and type fixes. Much more stable. Mostly works.
Several offset, logic, and type fixes. Much more stable. Mostly works.
-
r2443
(little things, various improvements are possible and some DO...) committed by harold.figueroa
- little things, various improvements are possible and some DOCS are needed
little things, various improvements are possible and some DOCS are needed
-
-
r2441
(some formatting of older working code ... sometimes crashes....) committed by harold.figueroa
- some formatting of older working code ... sometimes crashes. there is a fundamental problem in the
management of shared device memory, this memory is persisting. the newer code was not touching the
memory at all
some formatting of older working code ... sometimes crashes. there is a fundamental problem in the
management of shared device memory, this memory is persisting. the newer code was not touching the
memory at all
-
r2440
(added some comments, removed some code, still get nonsense) committed by harold.figueroa
- added some comments, removed some code, still get nonsense
added some comments, removed some code, still get nonsense
-
r2439
(Changed index variable to signed to allow negative values. ...) committed by whoaglan
- Changed index variable to signed to allow negative values. Fixed global index.
Changed index variable to signed to allow negative values. Fixed global index.
-
r2438
(BAND ENERGY: allowed band limit definition in Hz, take care,...) committed by wolffd.mail
- BAND ENERGY: allowed band limit definition in Hz, take care, quick and dirty :(
floating point input of sample rate fractions is allowed,too
Some cleanup in Novelty Spectrum
BAND ENERGY: allowed band limit definition in Hz, take care, quick and dirty :(
floating point input of sample rate fractions is allowed,too
Some cleanup in Novelty Spectrum
-
r2437
(Some indexing fixes, stable but not correct.) committed by whoaglan
- Some indexing fixes, stable but not correct.
Some indexing fixes, stable but not correct.
Earlier this year
-
r2436
(output is float, added some comments) committed by harold.figueroa
- output is float, added some comments
output is float, added some comments
-
-
r2434
(Fixes to indexing and boundary conditions.) committed by whoaglan
- Fixes to indexing and boundary conditions.
Fixes to indexing and boundary conditions.
-
r2433
(More correct memory and thread allocation, added free of dyn...) committed by whoaglan
- More correct memory and thread allocation, added free of dynamically allocated device memory.
More correct memory and thread allocation, added free of dynamically allocated device memory.
-
r2432
(Framework for GPU algorithms operating on windowed data.) committed by whoaglan
- Framework for GPU algorithms operating on windowed data.
Framework for GPU algorithms operating on windowed data.
-
r2431
(Some cleanup and small bugfix on periodicity) committed by wolffd.mail
- Some cleanup and small bugfix on periodicity
Some cleanup and small bugfix on periodicity
-
-
r2429
(Compare and time results of CUDA histogram to C histogram.) committed by whoaglan
- Compare and time results of CUDA histogram to C histogram.
Compare and time results of CUDA histogram to C histogram.
-
r2428
(there is something fishy in this fix, some other problem is ...) committed by harold.figueroa
- there is something fishy in this fix, some other problem is being patched
there is something fishy in this fix, some other problem is being patched
-
r2427
(more on extension docs, cuda build is verbose) committed by harold.figueroa
- more on extension docs, cuda build is verbose
more on extension docs, cuda build is verbose
-
r2426
(Some fine tuning of conditions and small optimizations.) committed by whoaglan
- Some fine tuning of conditions and small optimizations.
Some fine tuning of conditions and small optimizations.
-
r2425
([No log message]) committed by whoaglan
- [No log message]
-
r2424
(added range check to 'add' kernel) committed by harold.figueroa
- added range check to 'add' kernel
added range check to 'add' kernel
|