mirror of
				https://github.com/stevenrobertson/cuburn.git
				synced 2025-11-03 18:00:55 -05:00 
			
		
		
		
	Don't inline catmull_rom for much faster compiles.
This commit is contained in:
		@ -279,7 +279,7 @@ int bitwise_binsearch(const float *hay, float needle) {
 | 
			
		||||
    return lo;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
__device__
 | 
			
		||||
__device__ __noinline__
 | 
			
		||||
float catmull_rom(const float *times, const float *knots, float t) {
 | 
			
		||||
    int idx = bitwise_binsearch(times, t);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user