Git Product home page Git Product logo

kernel-tuning-for-sagecal's People

Contributors

benvanwerkhoven avatar hannospreeuw avatar

Watchers

 avatar  avatar  avatar

Forkers

benvanwerkhoven

kernel-tuning-for-sagecal's Issues

Need to know the real performance of kernel_coherencies

The current performance benchmarks for kernel_coherencies assume there are only point sources in the sky map. We need a realistic dataset to test with in order to measure the performance of kernel_coherencies on real data. In particular a data set with with a representative distribution of different models of objects in the sky, including points, gaussians, disks, and rings. Only then, we can see if more work needs to be done to avoid the possible divergence that could lead to performance issues with real data.

math functions versus intrinsics

I just experimented with using the math function sincosf versus the math intrinsic __sincosf, the overal performance of kernel_array_beam improves by a factor of 3 when using the intrinsic __sincosf over the function sincosf (tested only with the use_kernel=0 use_shared_mem=1 kernel configuration). The trade-off is of course precision, it depends on the application whether or not this is a problem.

The CUDA programming guide states the following about the precision of the __sincosf intrinsic:
For x in [-ฯ€,ฯ€], the maximum absolute error is 2^(-21.19), and larger otherwise,
see here.

I guess we need to test with real data and then judge depending on the results whether or not the error is problematic for the application.

tune_kernel_coherencies sometimes gives out of memory error

@HannoSpreeuw

./tune_kernel_coherencies.py
geeft vaak
........
pycuda._driver.MemoryError: cuModuleLoadData failed: out of memory -
PyCUDA WARNING: a clean-up operation failed (dead context maybe?)

We need to find what exactly the problem is here. What version of Kernel Tuner are you using at the moment?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.