Skip to content

Instantly share code, notes, and snippets.

View ftynse's full-sized avatar

Oleksandr "Alex" Zinenko ftynse

View GitHub Profile
WARNING:
Required precondition will not be checked at runtime: ((K < KP1) && (((((0 - max_l_1) <= Idx(k)) && (Idx(k) < (N - max_l_1))) && ((0 - max_l_2) <= Idx(k))) && (Idx(k) < (N - max_l_2)))):
# TODO: this is just a scan but currently implemented as K reductions
def make_idx(int32(K) Segments) -> (Idx) {
Idx(k) +=! (r_k < k) ? Segments(r_k) : 0 where k in 0:K+1
}
def make_alpha(int32(KP1) Idx, int32(MAX_L) SegmentsMetaData) -> (Alpha) {
# Triangular compute
Alpha(k, max_l_1, max_l_2) = (max_l_1 >= max_l_2) ? 0.0 :
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from TensorDot
[ RUN ] TensorDot.SimpleAutotune
I0426 16:02:01.584748 10875 genetic_search.cc:149] RNG state 504148683 14257616956320719536 13906384885517182585 6502152545927760245 8996105234868548968 11934486068677081722 5652740160465866526 12010683456937331066 6021556614346125856 16265899305058512598 8295612883028534907 12275018391227337085 2082784479357217887 17898945216691596736 8102538295856728149 2117151406602920659 3785523809934691367 2420093852566043628 12847740832624057486 6856694832776018095 6641351899160643754 13739066436422425380 6927521846117851076 17959322334175105208 14730405195447645687 620801067800397821 2134666652604820115 9387073292871149810 15578768903992132172 14560642331838372096 8831641519422612133 16272992289009038067 14051028779227726928 16253730833026691000 14071843004506286337 12441722862427222909 11359334669953437303 15893769296530118070 3187154005815041015 1189958729
This file has been truncated, but you can view the full file.
Log file created at: 2018/04/11 18:59:50
Running on machine: citrouille
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0411 18:59:50.575168 21524 cuda_tc_executor.cc:178] generatedCuda:
template<typename T> inline __device__ T floord(T n, T d) {
return n < 0 ? - (-n + d - 1)/d : n / d;
}
#define if_then_else(cond,a,b) ((cond) ? (a) : (b))
// Halide type handling